Skip to content

Commit

Permalink
[deps] Update django-filter requirement from ~=23.2 to >=23.2,<25.0
Browse files Browse the repository at this point in the history
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...24.2)

---
updated-dependencies:
- dependency-name: django-filter
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 26, 2024
1 parent e67ecf2 commit 33927a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
],
'rest': [
'djangorestframework~=3.14.0',
'django-filter~=23.2', # django-filter uses CalVer
'django-filter>=23.2,<25.0', # django-filter uses CalVer
'drf-yasg~=1.21.7',
],
'celery': ['celery~=5.3.0'],
Expand Down

0 comments on commit 33927a1

Please sign in to comment.