Skip to content

Commit 6fcb419

Browse files
Bump mypy from 1.18.2 to 1.19.0
Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e485ba9 commit 6fcb419

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
@@ -71,7 +71,7 @@ dependencies = [
7171
]
7272

7373
optional-dependencies.dev = [
74-
"mypy==1.18.2",
74+
"mypy==1.19.0",
7575
"tomli", # Needed even on 3.11+ for typechecking with mypy
7676
"tox",
7777
]

0 commit comments

Comments
 (0)