diff --git a/poetry.lock b/poetry.lock index 205fdf5..ad5080f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 079430f..6c0f64c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"