Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 9ff575c commit 8fe1b23
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 @@ -10,7 +10,7 @@ readme = "README.md"
version = "4.1.10"

[tool.poetry.group.main.dependencies]
Django = {extras = ["argon2"], version = "^5.0"}
Django = {extras = ["argon2"], version = "^5.1"}
python = "^3.10"
whitenoise = {extras = ["brotli"], version = "^6.7.0"}
wagtail = "^6.1"
Expand Down

0 comments on commit 8fe1b23

Please sign in to comment.