Skip to content

Commit 78fff32

Browse files
build(deps): bump mypy from 1.15.0 to 1.17.1 (#390)
Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production 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 93dd9a9 commit 78fff32

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
@@ -72,7 +72,7 @@ mss = "mss.__main__:main"
7272
[project.optional-dependencies]
7373
dev = [
7474
"build==1.3.0",
75-
"mypy==1.15.0",
75+
"mypy==1.17.1",
7676
"ruff==0.11.11",
7777
"twine==6.1.0",
7878
]

0 commit comments

Comments
 (0)