fix(deps): update dependency environs to v10 (#645)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-27 11:08:05 +01:00 committed by GitHub
parent 535969d581
commit 7a7df50721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
poetry.lock generated
View File

@ -325,13 +325,13 @@ six = ">=1.4.0"
[[package]]
name = "environs"
version = "9.5.0"
version = "10.0.0"
description = "simplified environment variable parsing"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
files = [
{file = "environs-9.5.0-py2.py3-none-any.whl", hash = "sha256:1e549569a3de49c05f856f40bce86979e7d5ffbbc4398e7f338574c220189124"},
{file = "environs-9.5.0.tar.gz", hash = "sha256:a76307b36fbe856bdca7ee9161e6c466fd7fcffc297109a118c59b54e27e30c9"},
{file = "environs-10.0.0-py3-none-any.whl", hash = "sha256:41aa9d9fdb52953d3083638dca76b157e32714ffc67251d855ade241dee8a3f8"},
{file = "environs-10.0.0.tar.gz", hash = "sha256:a8968e7d5b2b656cc17f6273d4b312654397ffa7ab0875c33c36699e1106a374"},
]
[package.dependencies]
@ -339,10 +339,10 @@ marshmallow = ">=3.0.0"
python-dotenv = "*"
[package.extras]
dev = ["dj-database-url", "dj-email-url", "django-cache-url", "flake8 (==4.0.1)", "flake8-bugbear (==21.9.2)", "mypy (==0.910)", "pre-commit (>=2.4,<3.0)", "pytest", "tox"]
dev = ["environs[lint,tests]", "tox"]
django = ["dj-database-url", "dj-email-url", "django-cache-url"]
lint = ["flake8 (==4.0.1)", "flake8-bugbear (==21.9.2)", "mypy (==0.910)", "pre-commit (>=2.4,<3.0)"]
tests = ["dj-database-url", "dj-email-url", "django-cache-url", "pytest"]
lint = ["flake8 (==6.1.0)", "flake8-bugbear (==23.11.28)", "mypy (==0.910)", "pre-commit (>=3.6,<4.0)"]
tests = ["environs[django]", "pytest"]
[[package]]
name = "exceptiongroup"
@ -1130,4 +1130,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "5a0bce886e107bbe770a789f0001fd13697b1faa2e5a0ee62288b4383a2a5d48"
content-hash = "97e3fa0a15fe1646aa6dfdb75609d3ea7830bf6f490f491af419c727c3a5b3e4"

View File

@ -43,7 +43,7 @@ colorama = "0.4.6"
dateparser = "1.2.0"
docker = "6.1.3"
docker-pycreds = "0.4.0"
environs = "9.5.0"
environs = "10.0.0"
idna = "3.6"
ipaddress = "1.0.23"
jsonschema = "4.20.0"