diff --git a/poetry.lock b/poetry.lock index b2de3739..e205456b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1006,24 +1006,23 @@ dev = ["Sphinx", "coverage", "flake8", "lxml", "lxml-stubs", "memory-profiler", [[package]] name = "environs" -version = "9.5.0" +version = "11.0.0" description = "simplified environment variable parsing" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" 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-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 = ["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[tests]", "pre-commit (>=3.5,<4.0)", "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"] +tests = ["environs[django]", "pytest"] [[package]] name = "exceptiongroup" @@ -3021,4 +3020,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "e8bdedbbe17860e30e908fafc72b565b6ed50c2f985d979e125f46a50f6b1572" +content-hash = "f703e8403759de6c713d21ecae8f2df3eae8c3436509d662a8aaa88bdef10236" diff --git a/pyproject.toml b/pyproject.toml index 63b9f2de..ef22fe81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ django-simple-history = "^3.4.0" httpx = "^0.23.3" deepdiff = "^6.6.1" gunicorn = "^20.1.0" -environs = "^9.5.0" +environs = "^11.0.0" django-watchman = "^1.3.0" drf-writable-nested = "^0.7.0" drf-nested-routers = "^0.93.4"