From 522703bd2258626c8feac09559adc402b76e1148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:56:27 +0000 Subject: [PATCH] [DEPENDABOT] Update: 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index edc9d279..d96d46a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ python-dotenv==1.0.1 Pillow==11.1.0 # For image handling django-cleanup==9.0.0 # Automatically delete files piexif==1.1.3 # For image EXIF metadata handling -django-filter==24.3 +django-filter==25.1 django-htmx==1.22.0 whitenoise==6.9.0 # Static file serving pycountry==24.6.1