From 14e24880b7a092dbc642a22e35d402c50cb2cc13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 09:23:20 +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[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1b56d655..480bf24ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ sphinx # REST API django-cors-headers>=3.0 -django-filter==2.3.0 +django-filter==2.4.0 djangorestframework~=3.12