From 3d3b319a117926a2c3b23d92ca833cfe2fe06222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 23:09:43 +0000 Subject: [PATCH] Bump django-filter from 2.1.0 to 2.4.0 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 2.1.0 to 2.4.0. - [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/2.1.0...2.4.0) --- 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 37d8d7b..b9b66b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Django==2.2.13 django-crispy-forms==1.7.2 -django-filter==2.1.0 +django-filter==2.4.0 djangorestframework \ No newline at end of file