From aae0aa7dc45beb806f82c8a9d3b6b8415544d784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 16:41:31 +0000 Subject: [PATCH] Bump django-filter from 23.4 to 23.5 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 23.4 to 23.5. - [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.4...23.5) --- 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 fe79a1116..493fe13a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ flower==2.0.1 # REST API django-cors-headers==4.3.1 -django-filter==23.4 +django-filter==23.5 djangorestframework~=3.14 djangorestframework-simplejwt[crypto]==5.3.1