From 4280a0918f0f5b9a69d2fd817cbd69042cfd9b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:46:56 +0000 Subject: [PATCH] Update django-filter requirement from ~=23.2 to ~=23.5 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...23.5) --- 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..5d6a16b 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~=23.5