fix(deps): update dependency environs to v11.2.1 (#662)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-20 23:06:05 +01:00 committed by GitHub
parent 60965f4505
commit e76b9e79eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -262,13 +262,13 @@ toml = ["tomli"]
[[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]
@ -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 = "82a3cac9175cc40cbf326f7966e8fe4d2de9eabc72c6e8cf323e075754289fbb" content-hash = "23c2e0f0bd434aefb68f90806c58a27f146b52c94743a92c7bfbbdf6d8bdb2bc"

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.2.0" environs = "11.2.1"
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"