Skip to content

Commit 0b69b44

Browse files
Bump mypy from 1.17.1 to 1.18.2
Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.18.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.18.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 553aa5d commit 0b69b44

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.17.1",
75+
"mypy==1.18.2",
7676
"tomli", # Needed even on 3.11+ for typechecking with mypy
7777
"tox",
7878
]

0 commit comments

Comments
 (0)