From b531e442894f847645a017209f026db40990fad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 13:20:04 +0000 Subject: [PATCH] Update django-filter requirement from ~=2.4 to >=2.4,<23.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...22.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..24a3ff1e1 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,<23.0', 'django-gravatar2~=1.4', 'django-guardian~=2.3', 'fits2image==0.4.3',