From 8d182138f48dbe70403b1cf94940ff5eaa13151e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Apr 2023 15:33:15 +0000 Subject: [PATCH] chore(api): update dependency django-environ to v0.10.0 --- api/poetry.lock | 10 +++++----- api/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 3ae23d94c..159bf9454 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1191,14 +1191,14 @@ six = "*" [[package]] name = "django-environ" -version = "0.9.0" +version = "0.10.0" description = "A package that allows you to utilize 12factor inspired environment variables to configure your Django application." category = "main" optional = false -python-versions = ">=3.4,<4" +python-versions = ">=3.5,<4" files = [ - {file = "django-environ-0.9.0.tar.gz", hash = "sha256:bff5381533056328c9ac02f71790bd5bf1cea81b1beeb648f28b81c9e83e0a21"}, - {file = "django_environ-0.9.0-py2.py3-none-any.whl", hash = "sha256:f21a5ef8cc603da1870bbf9a09b7e5577ab5f6da451b843dbcc721a7bca6b3d9"}, + {file = "django-environ-0.10.0.tar.gz", hash = "sha256:b3559a91439c9d774a9e0c1ced872364772c612cdf6dc919506a2b13f7a77225"}, + {file = "django_environ-0.10.0-py2.py3-none-any.whl", hash = "sha256:510f8c9c1d0a38b0815f91504270c29440a0cf44fab07f55942fa8d31bbb9be6"}, ] [package.extras] @@ -4008,4 +4008,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "962f633c3dd8829d89c2274eeea91cbf39f46978b879e473c64df95d605ffbea" +content-hash = "0d8ca3a2f11bfc5b65106a64670a75dd6e471a529377956a83f6ebaa8fe776db" diff --git a/api/pyproject.toml b/api/pyproject.toml index a5b435ef8..0083690e9 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -36,7 +36,7 @@ django-cacheops = "==6.1" django-cleanup = "==6.0.0" django-cors-headers = "==3.13.0" django-dynamic-preferences = "==1.14.0" -django-environ = "==0.9.0" +django-environ = "==0.10.0" django-filter = "==22.1" django-oauth-toolkit = "2.2.0" django-redis = "==5.2.0"