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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-15 07:43:44 +01:00 committed by GitHub
parent cfa63766d4
commit 75f244d62a
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

@ -320,13 +320,13 @@ six = ">=1.4.0"
[[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]
@ -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 = "d0419bf6a0ebe68de0bf45d732c615830f561b047b48d4814205ebba343440f1" content-hash = "eacfa95e5a3f6188de2b23bc2de0edde03388d7005e14008a2c38c63198564c9"

View File

@ -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.1.0" environs = "11.2.0"
idna = "3.10" idna = "3.10"
ipaddress = "1.0.23" ipaddress = "1.0.23"
jsonschema = "4.23.0" jsonschema = "4.23.0"