Skip to content

Commit a08eec5

Browse files
Bump mypy from 1.12.1 to 1.13.0 in /{{ cookiecutter.__project_name }}
Bumps [mypy](https://github.com/python/mypy) from 1.12.1 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9311545 commit a08eec5

File tree

2 files changed

+36
-35
lines changed

2 files changed

+36
-35
lines changed

{{ cookiecutter.__project_name }}/poetry.lock

Lines changed: 35 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{ cookiecutter.__project_name }}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pytest-cov = "^5.0.0"
1818

1919

2020
[tool.poetry.group.lint.dependencies]
21-
mypy = "^1.12.1"
21+
mypy = "^1.13.0"
2222
black = "^24.10.0"
2323
isort = "^5.13.2"
2424
pre-commit = "^4.0.1"

0 commit comments

Comments
 (0)