Skip to content

Commit

Permalink
Bump django-stubs from 5.0.4 to 5.1.0 in /{{cookiecutter.project_name…
Browse files Browse the repository at this point in the history
…}} (#2664)

Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 5.0.4 to 5.1.0.
- [Release notes](https://github.com/typeddjango/django-stubs/releases)
- [Commits](typeddjango/django-stubs@5.0.4...5.1.0)

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

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 Sep 25, 2024
1 parent f25e29d commit b971d12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions {{cookiecutter.project_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.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pytest-timeout = "^2.3"
django-test-migrations = "^1.3"
hypothesis = "^6.112"

django-stubs = { version = "^5.0.4", extras = ["compatible-mypy"] }
django-stubs = { version = "^5.1.0", extras = ["compatible-mypy"] }

djlint = "^1.35"
yamllint = "^1.35"
Expand Down

0 comments on commit b971d12

Please sign in to comment.