From 41f4353baacf561feb927169cb7d98f172a968b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:10:11 +0000 Subject: [PATCH] Bump django-filter from 23.2 to 23.3 in /backend Bumps [django-filter](https://github.com/carltongibson/django-filter) from 23.2 to 23.3. - [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.3) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-minor ... 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 21c14d4..8793fce 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -23,7 +23,7 @@ django==4.2.5 # djangorestframework-simplejwt django-apscheduler==0.6.2 # via -r requirements.in -django-filter==23.2 +django-filter==23.3 # via -r requirements.in django-model-utils==4.3.1 # via -r requirements.in