mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 11:50:38 +00:00
fix(deps): update dependency environs to v11.2.1 (#805)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0d8ee00b15
commit
2c27448357
8
poetry.lock
generated
8
poetry.lock
generated
@ -320,13 +320,13 @@ six = ">=1.4.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "environs"
|
name = "environs"
|
||||||
version = "11.2.0"
|
version = "11.2.1"
|
||||||
description = "simplified environment variable parsing"
|
description = "simplified environment variable parsing"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "environs-11.2.0-py3-none-any.whl", hash = "sha256:536fc3572fb32b67896bdf4a9fb77eceeeca85f873123268e3a035804fbff0e3"},
|
{file = "environs-11.2.1-py3-none-any.whl", hash = "sha256:9d2080cf25807a26fc0d4301e2d7b62c64fbf547540f21e3a30cc02bc5fbe948"},
|
||||||
{file = "environs-11.2.0.tar.gz", hash = "sha256:87c5759dad117ebd36d8d10a24caf13ec1056b6cd42343a758b08ac6b9195be0"},
|
{file = "environs-11.2.1.tar.gz", hash = "sha256:e068ae3174cef52ba4b95ead22e639056a02465f616e62323e04ae08e86a75a4"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -1075,4 +1075,4 @@ type = ["pytest-mypy"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10.0"
|
python-versions = "^3.10.0"
|
||||||
content-hash = "1e434181c686d9a8d12a66488dbe80eceb807b85add8c7d286ee75a86b33f028"
|
content-hash = "ef47343c0ca2fcd9246b4636f16673b054f25b4b1f3c2d25a556fd58eb3c9c35"
|
||||||
|
@ -38,7 +38,7 @@ colorama = "0.4.6"
|
|||||||
dateparser = "1.2.0"
|
dateparser = "1.2.0"
|
||||||
docker = "7.1.0"
|
docker = "7.1.0"
|
||||||
docker-pycreds = "0.4.0"
|
docker-pycreds = "0.4.0"
|
||||||
environs = "11.2.0"
|
environs = "11.2.1"
|
||||||
idna = "3.10"
|
idna = "3.10"
|
||||||
ipaddress = "1.0.23"
|
ipaddress = "1.0.23"
|
||||||
jsonschema = "4.23.0"
|
jsonschema = "4.23.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user