From 3911af34a75246071c85d76b11044b26b97a6650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 16:14:04 +0000 Subject: [PATCH] Bump django-filter from 1.1.0 to 2.4.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 85619c2..adfff2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ chardet==3.0.4 Django==2.0.2 djangorestframework==3.7.7 django-cors-headers==2.4.0 -django-filter==1.1.0 +django-filter==2.4.0 django-postgres-extra==1.21a8 django-rest-swagger==2.1.2 idna==2.7