diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 5930e10a..026049b9 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "django-cors-headers>=4.6,<5", "django-extensions>=3.2,<4", "django-storages>=1.14,<2", - "django-filter>=24.3,<25", + "django-filter>=24.3,<26", "djangorestframework>=3.15,<4", "djangorestframework-simplejwt>=5.3,<6", "dj-rest-auth>=7.0,<8",