Skip to content

Commit 5970e35

Browse files
Bump mypy from 2.0.0 to 2.1.0 (#111)
Bumps [mypy](https://github.com/python/mypy) from 2.0.0 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dff495c commit 5970e35

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
@@ -74,7 +74,7 @@ lint = [
7474
"flake8==7.3.0",
7575
"isort==6.1.0; python_version <= '3.11'",
7676
"isort==8.0.1; python_version > '3.11'",
77-
"mypy==2.0.0",
77+
"mypy==2.1.0",
7878
"pylint-per-file-ignores==2.0.3; python_version <= '3.11'",
7979
"pylint-per-file-ignores==3.2.1; python_version > '3.11'",
8080
"pylint==3.3.9; python_version <= '3.11'",

0 commit comments

Comments
 (0)