Skip to content

Commit 641e209

Browse files
Bump mypy from 1.2 to 1.17.1
Bumps [mypy](https://github.com/python/mypy) from 1.2 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.2.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]>
1 parent 71ec59c commit 641e209

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 @@ dependencies = [
7272
]
7373

7474
optional-dependencies.dev = [
75-
"mypy==1.2",
75+
"mypy==1.17.1",
7676
"tomli", # Needed even on 3.11+ for typechecking with mypy
7777
"tox",
7878
]

0 commit comments

Comments
 (0)