Skip to content

Commit

Permalink
Update django-filter requirement from ==2.4.* to ==24.2 in /requirements
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...24.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 2073292 commit 26f8051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ django>=2.2,<3
django-allauth>=0.42,<0.45 # https://django-allauth.readthedocs.io
django-crispy-forms==1.11.* # https://django-crispy-forms.readthedocs.io
django-ckeditor>=6.0,<6.8
django-filter==2.4.*
django-filter==24.2
django-widgets-improved==1.5.*
whitenoise[brotli]>=5.1,<5.4 # https://github.com/evansd/whitenoise

Expand Down

0 comments on commit 26f8051

Please sign in to comment.