From cb35325e4a3880cbd49d0fe3cb952a5300947eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 18:26:03 +0000 Subject: [PATCH] Bump django-filter from 2.3.0 to 2.4.0 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 2.3.0 to 2.4.0. - [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/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35af6e7..7adef1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ defusedxml==0.6.0 diff-match-patch==20181111 Django==3.1.13 django-crispy-forms==1.8.1 -django-filter==2.3.0 +django-filter==2.4.0 django-hosts==4.0 django-import-export==2.1.0 django-taggit==1.2.0