From 0af815c18f14b5d78d2cdaae1bd9668f2e745cbb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 27 Sep 2020 09:21:02 +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/master/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/2.3.0...2.4.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 726f2f9..4afe413 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ django-bootstrap-form==3.4 django-classy-tags==2.0.0 django-coverage==1.2.4 django-crispy-forms==1.9.2 -django-filter==2.3.0 +django-filter==2.4.0 django-recurrence==1.10.3 djangorestframework==3.11.1 mistune==0.8.4