From ab20ac6e37a4e3ceef31fe2c7dcbe86a23b6db5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:55:27 +0000 Subject: [PATCH] build(deps): 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/23.1...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 aec1c8e..5e4de06 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,<26.0", "drf-spectacular>=0.27,<1.0", "psycopg2-binary>=2.9,<3.0", "redis>=5.0,<6.0",