From f089eb88956ddcc0097b6f1a0d04c61cb93146eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 10:28:52 +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 0c0691a0..6635a67d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ social-auth-app-django==2.1.0 # REST API djangorestframework>=3.2,<3.3 -django-filter==1.1.0 +django-filter==2.4.0 django-tastypie django-cors-headers