fix(deps): update dependency environs to v11

This commit is contained in:
renovate[bot] 2024-03-04 21:02:17 +00:00 committed by GitHub
parent 9d2503fb30
commit 82fc35ca72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 8 deletions

13
poetry.lock generated
View File

@ -322,23 +322,22 @@ six = ">=1.4.0"
[[package]]
name = "environs"
version = "10.3.0"
version = "11.0.0"
description = "simplified environment variable parsing"
optional = false
python-versions = ">=3.8"
files = [
{file = "environs-10.3.0-py3-none-any.whl", hash = "sha256:feeaf28f17fd0499f9cd7c0fcf408c6d82c308e69e335eb92d09322fc9ed8138"},
{file = "environs-10.3.0.tar.gz", hash = "sha256:cc421ddb143fa30183568164755aa113a160e555cd19e97e664c478662032c24"},
{file = "environs-11.0.0-py3-none-any.whl", hash = "sha256:e0bcfd41c718c07a7db422f9109e490746450da38793fe4ee197f397b9343435"},
{file = "environs-11.0.0.tar.gz", hash = "sha256:069727a8f73d8ba8d033d3cd95c0da231d44f38f1da773bf076cef168d312ee8"},
]
[package.dependencies]
marshmallow = ">=3.0.0"
marshmallow = ">=3.13.0"
python-dotenv = "*"
[package.extras]
dev = ["environs[lint,tests]", "tox"]
dev = ["environs[tests]", "pre-commit (>=3.5,<4.0)", "tox"]
django = ["dj-database-url", "dj-email-url", "django-cache-url"]
lint = ["flake8 (==7.0.0)", "flake8-bugbear (==23.11.28)", "mypy (==1.8.0)", "pre-commit (>=3.6,<4.0)"]
tests = ["environs[django]", "pytest"]
[[package]]
@ -1117,4 +1116,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "e0259586b206ed717d44764284d98d761e5635245b6c42506c330f22b32944c8"
content-hash = "63a5a57fbf50944e52cf32ef76666ccbf6e286638b7f30b6174056394a80226c"

View File

@ -39,7 +39,7 @@ colorama = "0.4.6"
dateparser = "1.2.0"
docker = "7.0.0"
docker-pycreds = "0.4.0"
environs = "10.3.0"
environs = "11.0.0"
idna = "3.6"
ipaddress = "1.0.23"
jsonschema = "4.21.1"