mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 19:50:40 +00:00
fix(deps): update dependency environs to v11.1.0 (#798)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
facbba7bce
commit
6cc50cab6d
10
poetry.lock
generated
10
poetry.lock
generated
@ -320,13 +320,13 @@ six = ">=1.4.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "environs"
|
name = "environs"
|
||||||
version = "11.0.0"
|
version = "11.1.0"
|
||||||
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.0.0-py3-none-any.whl", hash = "sha256:e0bcfd41c718c07a7db422f9109e490746450da38793fe4ee197f397b9343435"},
|
{file = "environs-11.1.0-py3-none-any.whl", hash = "sha256:64a95eb490370ea042c761203ff3b8c4b432f799dc20d623de9b00fae21efa16"},
|
||||||
{file = "environs-11.0.0.tar.gz", hash = "sha256:069727a8f73d8ba8d033d3cd95c0da231d44f38f1da773bf076cef168d312ee8"},
|
{file = "environs-11.1.0.tar.gz", hash = "sha256:8035fe255de3a095156ba79a1b76ff576ce60367817fe20c20bbe67869c8c7b2"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -334,7 +334,7 @@ marshmallow = ">=3.13.0"
|
|||||||
python-dotenv = "*"
|
python-dotenv = "*"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
dev = ["environs[tests]", "pre-commit (>=3.5,<4.0)", "tox"]
|
dev = ["environs[tests]", "pre-commit (>=3.5,<5.0)", "tox"]
|
||||||
django = ["dj-database-url", "dj-email-url", "django-cache-url"]
|
django = ["dj-database-url", "dj-email-url", "django-cache-url"]
|
||||||
tests = ["environs[django]", "pytest"]
|
tests = ["environs[django]", "pytest"]
|
||||||
|
|
||||||
@ -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 = "ac0d826a62a77b19b16168035a3034df6b507052836dd9e4257b266e4f8d530d"
|
content-hash = "d0419bf6a0ebe68de0bf45d732c615830f561b047b48d4814205ebba343440f1"
|
||||||
|
@ -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.0.0"
|
environs = "11.1.0"
|
||||||
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