From 442962564e705a0c19512d7ea999670ad73c6e7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 13:16:47 +0000 Subject: [PATCH] Update django-filter requirement from ~=2.4 to >=2.4,<22.0 Updates the requirements on [django-filter](https://github.com/carltongibson/django-filter) to permit the latest version. - [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.4.0...21.1) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee5848eb6..79a895a4a 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'django-contrib-comments~=2.0', # Earlier version are incompatible with Django >= 3.0 'django-crispy-forms~=1.11', 'django-extensions~=3.1', - 'django-filter~=2.4', + 'django-filter>=2.4,<22.0', 'django-gravatar2~=1.4', 'django-guardian~=2.3', 'fits2image==0.4.3',