Skip to content

Commit c60f5ef

Browse files
chore(deps-dev): bump mypy from 1.15.0 to 1.16.0 (#723)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4eafa57 commit c60f5ef

File tree

2 files changed

+36
-35
lines changed

2 files changed

+36
-35
lines changed

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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pytest-cov = "~6.1.1"
2525
pytest = "^8.3.5"
2626
coverage = {extras = ["toml"], version = "^7.8"}
2727
safety = "^3.3.0"
28-
mypy = "^1.15"
28+
mypy = "^1.16"
2929
xdoctest = {extras = ["colors"], version = "^1.2.0"}
3030
flake8-bandit = "~4.1.1"
3131
flake8-bugbear = ">=21.9.2"

0 commit comments

Comments
 (0)