Skip to content

Commit 8c91f98

Browse files
Bump mypy from 1.20.2 to 2.0.0
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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 217c7fb commit 8c91f98

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
@@ -75,7 +75,7 @@ lint = [
7575
"flake8==7.3.0",
7676
"isort==6.1.0; python_version <= '3.11'",
7777
"isort==8.0.1; python_version > '3.11'",
78-
"mypy==1.20.2",
78+
"mypy==2.0.0",
7979
"pylint-per-file-ignores==2.0.3; python_version <= '3.11'",
8080
"pylint-per-file-ignores==3.2.1; python_version > '3.11'",
8181
"pylint==3.3.9; python_version <= '3.11'",

0 commit comments

Comments
 (0)