From 4390a1e8809528196c5c49fc2c3215ab4927d90b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 03:53:01 +0000 Subject: [PATCH] build(deps): bump django-filter from 23.2 to 23.3 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 819e53a..3df6ca3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ pytz==2023.3 sqlparse==0.4.4 drf-yasg==1.21.6 djangorestframework-simplejwt==5.2.2 -django-filter==23.2 \ No newline at end of file +django-filter==23.3 \ No newline at end of file