From 8d496501a1365334cc44bf44da7a585388883fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:54:47 +0000 Subject: [PATCH] [noissue]: Update django-filter requirement Updates the requirements on [django-filter](https://github.com/carltongibson/django-filter) to permit the latest version. - [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.1...24.1) --- 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 179e0d1b73..619ae91aa4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ backoff>=2.1.2,<2.2.2 click>=8.1.0,<=8.1.7 cryptography>=38.0.1,<42.0.6 Django~=4.2.0 # LTS version, switch only if we have a compelling reason to -django-filter>=23.1,<=23.5 +django-filter>=23.1,<=24.1 django-guid>=3.3,<=3.4.0 django-import-export>=2.9,<3.4.0 django-lifecycle>=1.0,<=1.1.2