From 14c806a7e5c4110619a32d5350395f2831583af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 05:32:57 +0000 Subject: [PATCH] Bump django-filter from 23.2 to 23.4 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 23.2 to 23.4. - [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/23.2...23.4) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fe89102c..dbf1a0c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ uwsgi==2.0.22 requests==2.31.0 Django~=4.2.2 django-tables2==2.6.0 -django-filter==23.2 +django-filter==23.4 django-bootstrap4==23.1 texttable oauth2client