From e91d9b2c51e65c8d4c83aec630042101e546e087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 18:47:00 +0000 Subject: [PATCH] build(deps): bump django-filter from 2.2.0 to 2.4.0 in /backend Bumps [django-filter](https://github.com/carltongibson/django-filter) from 2.2.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.2.0...2.4.0) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 271b955..23dfece 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ Django==2.2.20 graphene-django==2.2.0 django-graphiql==0.4.4 -django-filter==2.2.0 +django-filter==2.4.0 django-cors-headers==3.3.0 psycopg2-binary==2.8.5 docker-compose==1.25.5 \ No newline at end of file