From e1e8c4d372402b608b56627f08e94f7b6b4b3113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 02:24:22 +0000 Subject: [PATCH] Bump django-filter from 1.1.0 to 2.4.0 in /InteractionTracker Bumps [django-filter](https://github.com/carltongibson/django-filter) from 1.1.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/1.1.0...2.4.0) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- InteractionTracker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InteractionTracker/requirements.txt b/InteractionTracker/requirements.txt index a9d6088..6206ddd 100644 --- a/InteractionTracker/requirements.txt +++ b/InteractionTracker/requirements.txt @@ -2,7 +2,7 @@ certifi==2017.7.27.1 chardet==3.0.4 Django==2.2.28 django-countries==5.0 -django-filter==1.1.0 +django-filter==2.4.0 django-mathfilters==0.4.0 django-secure==1.0.1 djangorestframework==3.11.2