Skip to content

Commit

Permalink
build(deps-dev): bump the django group with 1 update
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.

Updates `django-filter` to 24.2
- [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:production
  dependency-group: django
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 0872da6 commit b3ae97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"django-cleanup~=8.0",
"django-compressor~=4.4",
"django-extensions~=3.2",
"django-filter~=23.2",
"django-filter>=23.2,<25.0",
"django-libsass~=0.9",
"django-mathfilters~=1.0",
"django-mptt==0.14.0", # pinned, 0.15 requires Python >= 3.9
Expand Down

0 comments on commit b3ae97a

Please sign in to comment.