From 91eeb3111e81edb814d6dfc6a6f3b02f239dca9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 19:12:37 +0000 Subject: [PATCH] Bump django-filter from 2.2.0 to 2.4.0 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 2.2.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.2.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 647ad4a..c7ed592 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ Django==2.2.10 django-bootstrap4==1.0.1 django-crispy-forms==1.8.1 django-bootstrap-datepicker-plus==3.0.5 -django-filter==2.2.0 +django-filter==2.4.0 pillow==6.2.1