chore(api): update dependency django-environ to v0.10.0
This commit is contained in:
parent
ae3e17a5cb
commit
8d182138f4
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue