Skip to content

Commit

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

---
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 Aug 21, 2024
1 parent 4300c19 commit 4c49445
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exclude = [

[tool.poetry.dependencies]
python = "~3.12"
django = "~4.2"
django = ">=4.2,<5.2"
python-dateutil = "2.9.0.post0"
south = "1.0.2"
ua_parser = "0.18.0"
Expand Down

0 comments on commit 4c49445

Please sign in to comment.