From a025e2730369919f31402ef6a92b1cfbdfa05541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 22:59:03 +0000 Subject: [PATCH] Bump django-filter from 1.1.0 to 2.4.0 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 1.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/1.1.0...2.4.0) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 119ae17..c685bd7 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ graphene-django = "==2.2.0" graphene = "==2.1.3" graphql-core = "==2.1" graphql-relay = "==0.4.5" -django-filter = "==1.1.0" +django-filter = "==2.4.0" django-cors-headers = "==2.1.0" psycopg2-binary = "==2.7.5" gunicorn = "==19.8.1"