diff --git a/poetry.lock b/poetry.lock index 6409c8c2..165eb11a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -491,19 +491,19 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "django-environ" -version = "0.11.2" +version = "0.12.0" description = "A package that allows you to utilize 12factor inspired environment variables to configure your Django application." optional = false -python-versions = ">=3.6,<4" +python-versions = "<4,>=3.9" files = [ - {file = "django-environ-0.11.2.tar.gz", hash = "sha256:f32a87aa0899894c27d4e1776fa6b477e8164ed7f6b3e410a62a6d72caaf64be"}, - {file = "django_environ-0.11.2-py2.py3-none-any.whl", hash = "sha256:0ff95ab4344bfeff693836aa978e6840abef2e2f1145adff7735892711590c05"}, + {file = "django_environ-0.12.0-py2.py3-none-any.whl", hash = "sha256:92fb346a158abda07ffe6eb23135ce92843af06ecf8753f43adf9d2366dcc0ca"}, + {file = "django_environ-0.12.0.tar.gz", hash = "sha256:227dc891453dd5bde769c3449cf4a74b6f2ee8f7ab2361c93a07068f4179041a"}, ] [package.extras] -develop = ["coverage[toml] (>=5.0a4)", "furo (>=2021.8.17b43,<2021.9.dev0)", "pytest (>=4.6.11)", "sphinx (>=3.5.0)", "sphinx-notfound-page"] -docs = ["furo (>=2021.8.17b43,<2021.9.dev0)", "sphinx (>=3.5.0)", "sphinx-notfound-page"] -testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"] +develop = ["coverage[toml] (>=5.0a4)", "furo (>=2024.8.6)", "pytest (>=4.6.11)", "setuptools (>=71.0.0)", "sphinx (>=5.0)", "sphinx-notfound-page"] +docs = ["furo (>=2024.8.6)", "sphinx (>=5.0)", "sphinx-notfound-page"] +testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)", "setuptools (>=71.0.0)"] [[package]] name = "docker" @@ -2338,4 +2338,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "6d4863c453245084f5e2eb66dcfc4a2348f2761be0bcb09e63d9daefef6be7bc" +content-hash = "cbde07cb2b2dcd60c0f5e22fb3b59de531e743c72427705c1d7287be29e3268e" diff --git a/pyproject.toml b/pyproject.toml index 7d224ea2..567bcbfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ packages = [ python = "^3.9" certifi = ">=2024.12.14,<2024.13.0" charset-normalizer = "^3.0.0" -django-environ = "^0.11.0" +django-environ = "^0.12.0" idna = "^3.4" requests = "^2.28.2" requests-toolbelt = ">=0.10.1,<1.1.0"