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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-20 23:06:00 +01:00 committed by GitHub
parent 0d8ee00b15
commit 2c27448357
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]]
name = "environs"
version = "11.2.0"
version = "11.2.1"
description = "simplified environment variable parsing"
optional = false
python-versions = ">=3.8"
files = [
{file = "environs-11.2.0-py3-none-any.whl", hash = "sha256:536fc3572fb32b67896bdf4a9fb77eceeeca85f873123268e3a035804fbff0e3"},
{file = "environs-11.2.0.tar.gz", hash = "sha256:87c5759dad117ebd36d8d10a24caf13ec1056b6cd42343a758b08ac6b9195be0"},
{file = "environs-11.2.1-py3-none-any.whl", hash = "sha256:9d2080cf25807a26fc0d4301e2d7b62c64fbf547540f21e3a30cc02bc5fbe948"},
{file = "environs-11.2.1.tar.gz", hash = "sha256:e068ae3174cef52ba4b95ead22e639056a02465f616e62323e04ae08e86a75a4"},
]
[package.dependencies]
@ -1075,4 +1075,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10.0"
content-hash = "1e434181c686d9a8d12a66488dbe80eceb807b85add8c7d286ee75a86b33f028"
content-hash = "ef47343c0ca2fcd9246b4636f16673b054f25b4b1f3c2d25a556fd58eb3c9c35"

View File

@ -38,7 +38,7 @@ colorama = "0.4.6"
dateparser = "1.2.0"
docker = "7.1.0"
docker-pycreds = "0.4.0"
environs = "11.2.0"
environs = "11.2.1"
idna = "3.10"
ipaddress = "1.0.23"
jsonschema = "4.23.0"