Skip to content

Commit

Permalink
Update django-filter requirement from <23.4,>=2.4 to >=2.4,<23.6
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@2.4.0...23.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent fe8b38c commit 59d90c0
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
@@ -1,7 +1,7 @@
django>=4.2,<4.3
djangorestframework>=3.12,<3.15
markdown>=3.2,<3.6
django-filter>=2.4,<23.4
django-filter>=2.4,<23.6
django-cors-headers>=4.0,<4.4
django-userforeignkey>=0.3,<0.6
django-rest-multitokenauth>=1.4.0,<1.6.0
Expand Down

0 comments on commit 59d90c0

Please sign in to comment.