Skip to content

Commit 1762ad4

Browse files
Bump mypy from 2.1.0 to 2.2.0
Bumps [mypy](https://github.com/python/mypy) from 2.1.0 to 2.2.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec1ac16 commit 1762ad4

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
@@ -54,7 +54,7 @@ lint = [
5454
"fpvs==0.3.0",
5555
"isort==6.1.0; python_version <= '3.11'",
5656
"isort==8.0.1; python_version > '3.11'",
57-
"mypy==2.1.0",
57+
"mypy==2.2.0",
5858
"pylint-per-file-ignores==2.0.3; python_version <= '3.11'",
5959
"pylint-per-file-ignores==3.2.1; python_version > '3.11'",
6060
"pylint==3.3.9; python_version <= '3.11'",

0 commit comments

Comments
 (0)