Skip to content

Commit

Permalink
Bump django from 4.2.15 to 4.2.16 in /{{cookiecutter.repo_name}} (#981)
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16.
- [Commits](django/django@4.2.15...4.2.16)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent fae4e3a commit 2f6f693
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions {{cookiecutter.repo_name}}/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 {{cookiecutter.repo_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["{{cookiecutter.author_name}} <{{cookiecutter.email}}>"]

[tool.poetry.dependencies]
python = "^3.11"
Django = {extras = ["argon2"], version = "^4.2.15"}
Django = {extras = ["argon2"], version = "^4.2.16"}
whitenoise = {extras = ["brotli"], version = "^6.7.0"}
django-allauth = "^0.54.0"
django-htmx = "^1.17.3"
Expand Down

0 comments on commit 2f6f693

Please sign in to comment.