Skip to content

Commit

Permalink
Bump django-stubs from 4.2.7 to 5.0.1 in /{{cookiecutter.project_name}}
Browse files Browse the repository at this point in the history
Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 4.2.7 to 5.0.1.
- [Release notes](https://github.com/typeddjango/django-stubs/releases)
- [Commits](typeddjango/django-stubs@4.2.7...5.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent 28af534 commit 72d72cf
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 49 deletions.
87 changes: 39 additions & 48 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 @@ -50,7 +50,7 @@ pytest-timeout = "^2.3"
django-test-migrations = "^1.3"
hypothesis = "^6.102"

django-stubs = { version = "^4.2.7", extras = ["compatible-mypy"] }
django-stubs = { version = "^5.0.1", extras = ["compatible-mypy"] }

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

0 comments on commit 72d72cf

Please sign in to comment.