Skip to content

Commit bd4fcb1

Browse files
chore: 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 3d7ad0a commit bd4fcb1

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
@@ -21,7 +21,7 @@ dependencies = [
2121
[project.optional-dependencies]
2222
test = [
2323
"codespell==2.4.2",
24-
"mypy==1.20.0",
24+
"mypy==2.0.0",
2525
"pre-commit==4.5.1",
2626
"pre-commit-hooks==6.0.0",
2727
"pytest==9.0.2",

0 commit comments

Comments
 (0)