From 1cde50fcb445900c3b7ee73e023aadcc832ae52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 03:09:15 +0000 Subject: [PATCH] Bump django-filter from 24.1 to 24.2 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 24.1 to 24.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/24.1...24.2) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 442a3fb..e405dad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.8.1 # backports.zoneinfobackports.zoneinfo;python_version<"3.9" Django==4.2.11 django-ckeditor==6.7.1 -django-filter==24.1 +django-filter==24.2 django-import-export==3.3.7 djangorestframework==3.15.1 gunicorn==21.2.0