From 5479b0be8d6b1809347180629d006c5a6dea0ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 05:05:43 +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 b6a6738..2f5ab34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ Pinax==0.9a2 pinax-theme-bootstrap==8.0.1 pinax-eventlog==2.0.3 -django-filter==1.1.0 +django-filter==2.4.0 django-reversion==2.0.13 django-mptt==0.10.0