Skip to content

Commit 7db19cf

Browse files
build(deps): bump mypy from 1.20.2 to 2.0.0 (#122)
Bumps [mypy](https://github.com/python/mypy) from 1.20.2 to 2.0.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.2...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc91e8f commit 7db19cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ docs = [
3434
"pdoc==16.0.0",
3535
]
3636
lint = [
37-
"mypy==1.20.2",
37+
"mypy==2.0.0",
3838
"pre-commit==4.6.0",
3939
"ruff==0.15.12",
4040
]

0 commit comments

Comments
 (0)