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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-14 17:02:37 +02:00 committed by GitHub
parent 537a4ff671
commit 5f7836f155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.3
django-cors-headers>=3.14.0,<4.4
django-filter>=2.4.0,<23.4
django>=4.2.0,<4.3
djangorestframework>=3.14.0,<3.15

View File

@ -24,7 +24,7 @@ setup(
]
},
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>=4.2.0,<4.3",
"djangorestframework>=3.14.0,<3.15",