From f5d8ab1d87b98b6e52c598b3c9aa035bc2aeeac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:50:28 +0000 Subject: [PATCH] Bump django-filter from 25.1 to 25.2 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 25.1 to 25.2. - [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/25.1...25.2) --- updated-dependencies: - dependency-name: django-filter dependency-version: '25.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76a978443..a01cbf332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "django-bootstrap5==25.3", "django-colorfield==0.14.0", "django-cors-headers==4.9.0", - "django-filter==25.1", + "django-filter==25.2", "django-leaflet==0.33.0", "django-jsonview==2.0.0", "django-oauth-toolkit==3.1.0",