From a7c464f9bddd703f8437c6bad5af58bbb1a635db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 03:54:03 +0000 Subject: [PATCH] Bump django-filter from 22.1 to 23.5 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 22.1 to 23.5. - [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/22.1...23.5) --- 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 a6b1911a..b81cd7b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,7 +61,7 @@ django-crispy-forms==1.14.0 # via -r requirements.in django-extensions==3.2.3 # via -r requirements.in -django-filter==22.1 +django-filter==23.5 # via -r requirements.in django-js-asset==2.0.0 # via django-mptt