fix(deps): update dependency environs to v11.1.0 (#655)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-11 22:41:48 +01:00 committed by GitHub
parent a8a381dea0
commit d271a06c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -262,13 +262,13 @@ toml = ["tomli"]
[[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]
@ -276,7 +276,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"]
@ -802,4 +802,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10.0" python-versions = "^3.10.0"
content-hash = "c509f05d97cc001c8e6f57ebe8c1e73501bb58e61d75453be1ab49af94738810" content-hash = "85c5eb3c64b19523bb8a4a04e8e3a20caa09fb0491e0e25a3bc9946cb13bcf58"

View File

@ -32,7 +32,7 @@ version = "0.0.0"
anyconfig = "0.14.0" anyconfig = "0.14.0"
appdirs = "1.4.4" appdirs = "1.4.4"
colorama = "0.4.6" colorama = "0.4.6"
environs = "11.0.0" environs = "11.1.0"
jsonschema = "4.23.0" jsonschema = "4.23.0"
nested-lookup = "0.2.25" nested-lookup = "0.2.25"
prometheus-client = "0.21.0" prometheus-client = "0.21.0"