Update dependency django-environ to v0.9.0 (develop)

This commit is contained in:
RenovateBot 2022-06-27 09:56:07 +00:00 committed by Georg Krause
commit 4cbdf0026b
4 changed files with 10 additions and 10 deletions

8
api/poetry.lock generated
View file

@ -685,7 +685,7 @@ six = "*"
[[package]]
name = "django-environ"
version = "0.8.1"
version = "0.9.0"
description = "A package that allows you to utilize 12factor inspired environment variables to configure your Django application."
category = "main"
optional = false
@ -2120,7 +2120,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "8c790f43006f58988382b29159437b6df9a30a62630712feb5e9102c3c32ce9d"
content-hash = "90ae3ec9f3c49fb79d72eda0d0526419e4d6b8e0483337e48d00c84e93ea22f6"
[metadata.files]
aiohttp = [
@ -2521,8 +2521,8 @@ django-dynamic-preferences = [
{file = "django_dynamic_preferences-1.13.0-py2.py3-none-any.whl", hash = "sha256:0f13d3c05df70366dcf7199fa285c36fdd11c88c99af750b270285ad149ec6d5"},
]
django-environ = [
{file = "django-environ-0.8.1.tar.gz", hash = "sha256:6f0bc902b43891656b20486938cba0861dc62892784a44919170719572a534cb"},
{file = "django_environ-0.8.1-py2.py3-none-any.whl", hash = "sha256:42593bee519a527602a467c7b682aee1a051c2597f98c45f4f4f44169ecdb6e5"},
{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"},
]
django-filter = [
{file = "django-filter-21.1.tar.gz", hash = "sha256:632a251fa8f1aadb4b8cceff932bb52fe2f826dd7dfe7f3eac40e5c463d6836e"},

View file

@ -9,7 +9,7 @@ license = "GNU AGPLv3"
python = "^3.7"
Django = "==3.2.13"
setuptools = "==61.3.1"
django-environ = "==0.8.1"
django-environ = "==0.9.0"
Pillow = "==9.1.1"
django-allauth = "==0.42.0"
psycopg2 = "==2.9.3"