From 281cc6d19a38bc89a2f8eb2d3f4593fe08658ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 10:42:00 +0000 Subject: [PATCH] build(deps): bump django-filter from 2.2.0 to 2.4.0 in /requirements 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] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 318532423a..87ee1d3244 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -34,7 +34,7 @@ djangorestframework==3.10.3 # simplejson dependency needs to be installed via github due to a pip segfault with Python 3.6.7 -e git+https://github.com/simplejson/simplejson@v3.16.1#egg=simplejson drf-yasg==1.17.1 -django-filter==2.2.0 +django-filter==2.4.0 drf-nested-routers==0.91 docutils==0.16