chore(deps): update dependency django-cors-headers to v4 (#2545)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9edfd710e6
commit
668f7d6594
|
@ -1,6 +1,6 @@
|
|||
# Please do not edit this file, edit the setup.py file!
|
||||
# This file is auto-generated by tools/extract_requirements.py.
|
||||
django-cors-headers>=3.14.0,<3.15
|
||||
django-cors-headers>=3.14.0,<4.1
|
||||
django-filter>=2.4.0,<23.3
|
||||
django>=4.2.0,<4.3
|
||||
djangorestframework @ git+https://github.com/encode/django-rest-framework@38a74b42da10576857d6bf8bd82a73b15d12a7ed
|
||||
|
|
|
@ -24,7 +24,7 @@ setup(
|
|||
]
|
||||
},
|
||||
install_requires=[
|
||||
"django-cors-headers>=3.14.0,<3.15",
|
||||
"django-cors-headers>=3.14.0,<4.1",
|
||||
"django-filter>=2.4.0,<23.3",
|
||||
"django>=4.2.0,<4.3",
|
||||
"djangorestframework @ git+https://github.com/encode/django-rest-framework@38a74b42da10576857d6bf8bd82a73b15d12a7ed",
|
||||
|
|
Loading…
Reference in New Issue