Skip to content

Commit c3e0fc1

Browse files
Bump mypy from 1.20.0 to 2.0.0
Bumps [mypy](https://github.com/python/mypy) from 1.20.0 to 2.0.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d44f9b0 commit c3e0fc1

2 files changed

Lines changed: 150 additions & 107 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dev = [
2828
"pytest-cov>=7.0.0,<8.0",
2929
"prek>=0.3.8,<1.0",
3030
"ruff>=0.9.0,<1.0",
31-
"mypy>=1.19,<2.0",
31+
"mypy>=1.19,<3.0",
3232
"ty>=0.0.29,<1.0",
3333
]
3434

0 commit comments

Comments
 (0)