From 90500dd0f1670df221ff2a6e143d0acaf42de5f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 23:22:22 +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 8ccc532..29d7534 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ django-countries==5.3.3 # via -r requirements.in django-embed-video==1.2.0 # via -r requirements.in -django-filter==2.2.0 +django-filter==2.4.0 # via -r requirements.in django-js-asset==1.2.2 # via django-ckeditor