chore(api/pyproject): up django-environ to v0.11.2
for Django v4.2 compatibility Also see: - https://github.com/joke2k/django-environ/releases/tag/v0.11.0 - https://github.com/joke2k/django-environ/pull/456
This commit is contained in:
parent
ddd23a7afc
commit
1868b41abd
|
@ -1,4 +1,4 @@
|
|||
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry 1.8.0 and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "aiohttp"
|
||||
|
@ -1251,13 +1251,13 @@ six = "*"
|
|||
|
||||
[[package]]
|
||||
name = "django-environ"
|
||||
version = "0.10.0"
|
||||
version = "0.11.2"
|
||||
description = "A package that allows you to utilize 12factor inspired environment variables to configure your Django application."
|
||||
optional = false
|
||||
python-versions = ">=3.5,<4"
|
||||
python-versions = ">=3.6,<4"
|
||||
files = [
|
||||
{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"},
|
||||
{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"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
|
@ -4780,4 +4780,4 @@ typesense = ["typesense"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8,<3.13"
|
||||
content-hash = "ae6cb1dfae228bf619bf3f7e7e7094179682bf3c32a7861a17ea4bf41a91022f"
|
||||
content-hash = "1b34517b5fd246e89716a4a1a85888b91857d56ae7739f5c977891467f9b24b6"
|
||||
|
|
|
@ -36,7 +36,7 @@ django-cacheops = "==7.0.2"
|
|||
django-cleanup = "==8.1.0"
|
||||
django-cors-headers = "==4.3.1"
|
||||
django-dynamic-preferences = "==1.14.0"
|
||||
django-environ = "==0.10.0"
|
||||
django-environ = "==0.11.2"
|
||||
django-filter = "==23.5"
|
||||
django-oauth-toolkit = "2.2.0"
|
||||
django-redis = "==5.2.0"
|
||||
|
|
Loading…
Reference in New Issue