From 90d8457f82fabb6f21fd72954472933aa9bcdeb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:18:07 +0000 Subject: [PATCH] [deps] Update django-filter requirement from ~=23.5 to >=23.5,<25.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/23.5...24.3) --- 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 562bd92a..7e4f2938 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ platforms=['Platform Indipendent'], keywords=['django', 'rest-framework', 'gis', 'geojson'], packages=find_packages(exclude=['tests', 'tests.*']), - install_requires=['djangorestframework>=3.12,<3.15', 'django-filter~=23.5'], + install_requires=['djangorestframework>=3.12,<3.15', 'django-filter>=23.5,<25.0'], classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Web Environment',