diff --git a/api/requirements.txt b/api/requirements.txt index 6be0c53c2..4c5279dbe 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,7 +1,7 @@ # 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-filter>=2.4.0,<24.3 +django-filter>=2.4.0,<24.4 django>=4.2.0,<4.3 djangorestframework>=3.14.0,<3.16 drf-spectacular>=0.22.1,<0.28 diff --git a/api/setup.py b/api/setup.py index a56973d89..62c3fadda 100644 --- a/api/setup.py +++ b/api/setup.py @@ -27,7 +27,7 @@ setup( }, install_requires=[ "django-cors-headers>=3.14.0,<4.5", - "django-filter>=2.4.0,<24.3", + "django-filter>=2.4.0,<24.4", "django>=4.2.0,<4.3", "djangorestframework>=3.14.0,<3.16", "drf-spectacular>=0.22.1,<0.28",