Skip to content

Commit c5b5d2f

Browse files
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 70a6177 commit c5b5d2f

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
@@ -60,7 +60,7 @@ test = [
6060
dev = [
6161
# Dependencies required for development (linting, type checking, etc.)
6262
"ruff==0.9.4",
63-
"mypy==1.14.1",
63+
"mypy==1.15.0",
6464
"mypy-extensions==1.0.0",
6565
"gprof2dot==2024.6.6",
6666
"codecov==2.1.13", # For reporting the code coverage.

0 commit comments

Comments
 (0)