diff --git a/backend/pyproject.toml b/backend/pyproject.toml index aec1c8e..00f7875 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "djangorestframework>=3.15,<4.0", "djangorestframework-simplejwt>=5.3,<6.0", "django-cors-headers>=4.3,<5.0", - "django-filter>=23.0,<25.0", + "django-filter>=23.0,<27.0", "drf-spectacular>=0.27,<1.0", "psycopg2-binary>=2.9,<3.0", "redis>=5.0,<6.0",