Skip to content

Commit

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

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

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

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 20, 2023
1 parent 85a7ff7 commit bf408ef
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 8 deletions.
59 changes: 52 additions & 7 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 @@ -51,7 +51,7 @@ pytest-timeout = "^2.2"
django-test-migrations = "^1.3"
hypothesis = "^6.88"

django-stubs = { version = "^4.2.4", extras = ["compatible-mypy"] }
django-stubs = { version = "^4.2.5", extras = ["compatible-mypy"] }

djlint = "^1.34"
yamllint = "^1.32"
Expand Down

0 comments on commit bf408ef

Please sign in to comment.