Skip to content

Commit 6bca977

Browse files
build(deps): bump mypy from 1.14.1 to 1.15.0
Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fbb0799 commit 6bca977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ linting = [
2828
"pylint==3.3.4"
2929
]
3030
type_check = [
31-
"mypy==1.14.1"
31+
"mypy==1.15.0"
3232
]
3333
spell_check = [
3434
"codespell==2.4.1"

0 commit comments

Comments
 (0)