fix(deps): update dependency environs to v10.1.0 (#653)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-09 15:03:24 +01:00 committed by GitHub
parent 194a793cb2
commit f957a5c41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -325,13 +325,13 @@ six = ">=1.4.0"
[[package]]
name = "environs"
version = "10.0.0"
version = "10.1.0"
description = "simplified environment variable parsing"
optional = false
python-versions = ">=3.7"
files = [
{file = "environs-10.0.0-py3-none-any.whl", hash = "sha256:41aa9d9fdb52953d3083638dca76b157e32714ffc67251d855ade241dee8a3f8"},
{file = "environs-10.0.0.tar.gz", hash = "sha256:a8968e7d5b2b656cc17f6273d4b312654397ffa7ab0875c33c36699e1106a374"},
{file = "environs-10.1.0-py3-none-any.whl", hash = "sha256:198a245d11b8298e1de91ddaba2bd27155125dc05e6cd6f6d5b9625741a91292"},
{file = "environs-10.1.0.tar.gz", hash = "sha256:a3af3735b24579926d518d256b7fc6155d8a90563a0b7b64eabe6d9da1496a53"},
]
[package.dependencies]
@ -341,7 +341,7 @@ python-dotenv = "*"
[package.extras]
dev = ["environs[lint,tests]", "tox"]
django = ["dj-database-url", "dj-email-url", "django-cache-url"]
lint = ["flake8 (==6.1.0)", "flake8-bugbear (==23.11.28)", "mypy (==0.910)", "pre-commit (>=3.6,<4.0)"]
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]]
@ -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 = "0315148fc95933d178948252e13fb36aeba04349d2e8830febbecf7f3551e89f"
content-hash = "d22a2d1ac587f60151f76744c6127c4cb44baa2581a151e66e13b58de3ccf530"

View File

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