Skip to content

Commit 82d9f0a

Browse files
dependabot[bot]nemesifier
authored andcommitted
[deps] Update django-filter requirement
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](carltongibson/django-filter@23.5...25.1) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47743f0 commit 82d9f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
platforms=['Platform Indipendent'],
2626
keywords=['django', 'rest-framework', 'gis', 'geojson'],
2727
packages=find_packages(exclude=['tests', 'tests.*']),
28-
install_requires=['djangorestframework>=3.12,<3.16', 'django-filter>=23.5,<25.0'],
28+
install_requires=['djangorestframework>=3.12,<3.16', 'django-filter>=23.5,<26.0'],
2929
classifiers=[
3030
'Development Status :: 4 - Beta',
3131
'Environment :: Web Environment',

0 commit comments

Comments
 (0)