chore(deps): update dependency django-cors-headers to >=3.14.0,<4.4 (#2746)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4bc0aa0525
commit
8fb2a5d4e3
|
@ -1,6 +1,6 @@
|
||||||
# Please do not edit this file, edit the setup.py file!
|
# Please do not edit this file, edit the setup.py file!
|
||||||
# This file is auto-generated by tools/extract_requirements.py.
|
# This file is auto-generated by tools/extract_requirements.py.
|
||||||
django-cors-headers>=3.14.0,<4.3
|
django-cors-headers>=3.14.0,<4.4
|
||||||
django-filter>=2.4.0,<23.4
|
django-filter>=2.4.0,<23.4
|
||||||
django>=4.2.0,<4.3
|
django>=4.2.0,<4.3
|
||||||
djangorestframework>=3.14.0,<3.15
|
djangorestframework>=3.14.0,<3.15
|
||||||
|
|
|
@ -24,7 +24,7 @@ setup(
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"django-cors-headers>=3.14.0,<4.3",
|
"django-cors-headers>=3.14.0,<4.4",
|
||||||
"django-filter>=2.4.0,<23.4",
|
"django-filter>=2.4.0,<23.4",
|
||||||
"django>=4.2.0,<4.3",
|
"django>=4.2.0,<4.3",
|
||||||
"djangorestframework>=3.14.0,<3.15",
|
"djangorestframework>=3.14.0,<3.15",
|
||||||
|
|
Loading…
Reference in New Issue