Skip to content

Commit

Permalink
Bump django from 4.2.16 to 5.1.4
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 4.2.16 to 5.1.4.
- [Commits](django/django@4.2.16...5.1.4)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 48b1757 commit 51c52d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"django-storages",
"django-taggit>=2",
"django-treebeard",
"django>=4.2,<5",
"django>=4.2,<6",
"djangorestframework",
"djangorestframework-csv",
"djangorestframework-jsonp",
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ distlib==0.3.8
# via virtualenv
dj-database-url==2.2.0
# via froide (pyproject.toml)
django==4.2.16
django==5.1.4
# via
# froide (pyproject.toml)
# channels
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ deprecated==1.2.14
# via pikepdf
dj-database-url==2.2.0
# via froide (pyproject.toml)
django==4.2.16
django==5.1.4
# via
# froide (pyproject.toml)
# channels
Expand Down

0 comments on commit 51c52d6

Please sign in to comment.