From 601f5f308957fc5f9342f41e3eb38cf707e7f550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 08:38:17 +0000 Subject: [PATCH] Update django-filter requirement in /backend Updates the requirements on [django-filter](https://github.com/carltongibson/django-filter) to permit the latest version. - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/24.3...25.2) --- updated-dependencies: - dependency-name: django-filter dependency-version: '25.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",