From b140aa49397db2c9feb4bd3091c11495711f512c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:55:05 +0000 Subject: [PATCH] [deps] Update djangorestframework requirement Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.12.0...3.16.0) --- updated-dependencies: - dependency-name: djangorestframework 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 743705da..10f0824d 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.16', 'django-filter>=23.5,<26.0'], + install_requires=['djangorestframework>=3.12,<3.17', 'django-filter>=23.5,<26.0'], classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Web Environment',