Skip to content

Commit

Permalink
Update django-filter requirement from <24.0,>=2.2.0 to >=2.2.0,<25.0 (#…
Browse files Browse the repository at this point in the history
…1058)

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@2.2.0...24.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent 206b4c5 commit 8eae5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Django>=3.1.13,<6.0
django-cors-headers>=3.11.0,<5.0
djangorestframework>=3.11.0,<4.0
django-rest-knox>=4.1.0,<5.0
django-filter>=2.2.0,<24.0
django-filter>=2.2.0,<25.0
gunicorn>=19.9.0,<22.0
importlib-metadata==4.13.0
lxml>=4.6.3,<6.0
Expand Down

0 comments on commit 8eae5b0

Please sign in to comment.