Skip to content

Commit

Permalink
build(deps-dev): bump the django group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [django](https://github.com/django/django) and [django-filter](https://github.com/carltongibson/django-filter) to permit the latest version.

Updates `django` to 5.0.3
- [Commits](django/django@4.2...5.0.3)

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
  dependency-type: direct:production
  dependency-group: django
- dependency-name: django-filter
  dependency-type: direct:production
  dependency-group: django
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 8ab03a2 commit 6235603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ dependencies = [
# in minor version updates anytime
"defusedcsv~=2.0",
"defusedxml~=0.7.1",
"django>=4.2,<5.0",
"django>=4.2,<6.0",
"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 6235603

Please sign in to comment.