Skip to content

Commit a8c0579

Browse files
chore(deps-dev): update mypy requirement from 1.18.2 to 1.19.0 (#614)
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d4fb1b commit a8c0579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ flake8-pytest-style = "2.2.0"
2424
ruff = "0.14.6"
2525
coverage = "7.12.0"
2626
black = "25.11.0"
27-
mypy = "1.18.2"
27+
mypy = "1.19.0"
2828
bandit = "1.9.2"
2929
xenon = "0.9.3"
3030

0 commit comments

Comments
 (0)