From 1af7636aa337cd470ab9c0e86fc33897cc596002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 18:29:22 +0000 Subject: [PATCH] Bump django-filter from 24.3 to 25.1 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 24.3 to 25.1. - [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.1) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf27a6f622..ed95430f35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "django-bootstrap3==24.3", "django-compressor==4.5.1", "django-countries==7.6.*", - "django-filter==24.3", + "django-filter==25.1", "django-formset-js-improved==0.5.0.3", "django-formtools==2.5.1", "django-hierarkey==1.2.*",