Skip to content

Commit 988e970

Browse files
build(deps-dev): bump mypy from 1.15.0 to 1.16.0
Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 671b14b commit 988e970

2 files changed

Lines changed: 37 additions & 36 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Bugtracker = "https://github.com/Paul-B98/python-project-template" # TODO
2323
python = "^3.13"
2424

2525
[tool.poetry.group.dev.dependencies]
26-
mypy = "^1.15.0"
26+
mypy = "^1.16.0"
2727
pytest = "^8.3.5"
2828
coverage = "^7.8.2"
2929
pytest-cov = "^6.1.1"

0 commit comments

Comments
 (0)