diff --git a/api/requirements.txt b/api/requirements.txt index 55d71fd24..8c130cb28 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -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.2 +django-cors-headers>=3.14.0,<4.3 django-filter>=2.4.0,<23.3 django>=4.2.0,<4.3 djangorestframework>=3.14.0,<3.15 diff --git a/api/setup.py b/api/setup.py index 4b2dffc79..4dec58947 100644 --- a/api/setup.py +++ b/api/setup.py @@ -24,7 +24,7 @@ setup( ] }, install_requires=[ - "django-cors-headers>=3.14.0,<4.2", + "django-cors-headers>=3.14.0,<4.3", "django-filter>=2.4.0,<23.3", "django>=4.2.0,<4.3", "djangorestframework>=3.14.0,<3.15",