From 40ecf6e74a420178a3a6e3de7cf002f7017d2ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 06:23:10 +0000 Subject: [PATCH] Update django-filter requirement from ~=23.2 to ~=24.1 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.2...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 eab23fa..59c07a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ urllib3==2.0.7 sqlparse==0.4.4 mssql-django==1.2 python-dotenv==1.0.0 -django-filter~=23.2 +django-filter~=24.1