fix(deps): update dependency environs to v11 (#664)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-07 11:04:46 +01:00 committed by GitHub
parent 3ade4698e7
commit 6d50525021
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

@ -263,23 +263,22 @@ test-randomorder = ["pytest-randomly"]
[[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]]
@ -909,4 +908,4 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0"
content-hash = "d23f84b1aeee1da3751e36aefd8af2c8e1515e2058a19a26e99ab81f9df603b9"
content-hash = "a7ee22f391e05e14f52081f9d6e876d4a83e42240de5f525a1dfa4dbea4a8d9d"

View File

@ -35,7 +35,7 @@ Jinja2 = "3.1.3"
anyconfig = "0.14.0"
appdirs = "1.4.4"
colorama = "0.4.6"
environs = "10.3.0"
environs = "11.0.0"
jsonschema = "4.21.1"
pathspec = "0.12.1"
python = "^3.9.0"