From b460d112141313ffeaa7720adaaadb9d62661388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:37:35 +0000 Subject: [PATCH] Bump django-filter from 23.2 to 24.2 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 23.2 to 24.2. - [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...24.2) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd9c2ba0..4465afe5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ uwsgi==2.0.24 requests==2.31.0 Django~=4.2.2 django-tables2==2.6.0 -django-filter==23.2 +django-filter==24.2 django-bootstrap4==23.1 texttable oauth2client