Skip to content

Commit f95b1ae

Browse files
[deps] Update django-filter requirement from ~=23.2 to >=25.1,<26.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](carltongibson/django-filter@23.2...25.1) --- updated-dependencies: - dependency-name: django-filter dependency-version: '25.1' dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Capoano <[email protected]>
1 parent 8c2db05 commit f95b1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
],
4444
"rest": [
4545
"djangorestframework~=3.16.0",
46-
"django-filter~=23.2", # django-filter uses CalVer
46+
"django-filter>=25.1,<26.0", # django-filter uses CalVer
4747
"drf-yasg~=1.21.7",
4848
],
4949
"channels": [

0 commit comments

Comments
 (0)