diff --git a/api/requirements.txt b/api/requirements.txt index 7ec90958f..10bdc8313 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.4 +django-cors-headers>=3.14.0,<4.5 django-filter>=2.4.0,<24.3 django>=4.2.0,<4.3 djangorestframework>=3.14.0,<3.16 diff --git a/api/setup.py b/api/setup.py index 87d70441e..451292be5 100644 --- a/api/setup.py +++ b/api/setup.py @@ -26,7 +26,7 @@ setup( ] }, install_requires=[ - "django-cors-headers>=3.14.0,<4.4", + "django-cors-headers>=3.14.0,<4.5", "django-filter>=2.4.0,<24.3", "django>=4.2.0,<4.3", "djangorestframework>=3.14.0,<3.16",