fix(deps): update dependency environs to v11.2.0 (#658)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-15 00:08:36 +01:00 committed by GitHub
parent 18363422d3
commit a177648f16
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.1.0" version = "11.2.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.1.0-py3-none-any.whl", hash = "sha256:64a95eb490370ea042c761203ff3b8c4b432f799dc20d623de9b00fae21efa16"}, {file = "environs-11.2.0-py3-none-any.whl", hash = "sha256:536fc3572fb32b67896bdf4a9fb77eceeeca85f873123268e3a035804fbff0e3"},
{file = "environs-11.1.0.tar.gz", hash = "sha256:8035fe255de3a095156ba79a1b76ff576ce60367817fe20c20bbe67869c8c7b2"}, {file = "environs-11.2.0.tar.gz", hash = "sha256:87c5759dad117ebd36d8d10a24caf13ec1056b6cd42343a758b08ac6b9195be0"},
] ]
[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 = "85c5eb3c64b19523bb8a4a04e8e3a20caa09fb0491e0e25a3bc9946cb13bcf58" content-hash = "f8b1d70fb307ea192c402c30ba4977ba78979edd64a1791b753a98c7391c6028"

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.1.0" environs = "11.2.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"