chore(deps): update dependency django-cors-headers to >=3.14.0,<4.8

This commit is contained in:
renovate[bot] 2025-02-07 00:36:32 +00:00 committed by GitHub
parent 5b4c720e10
commit 5fe12d2f5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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,<4.5
django-cors-headers>=3.14.0,<4.8
django-filter>=2.4.0,<24.4
django>=4.2.0,<4.3
djangorestframework>=3.14.0,<3.16

View File

@ -26,7 +26,7 @@ setup(
]
},
install_requires=[
"django-cors-headers>=3.14.0,<4.5",
"django-cors-headers>=3.14.0,<4.8",
"django-filter>=2.4.0,<24.4",
"django>=4.2.0,<4.3",
"djangorestframework>=3.14.0,<3.16",