Skip to content

Commit c19f28d

Browse files
authoredApr 24, 2024
Bump mypy from 1.9.0 to 1.10.0
Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 420c1f3 commit c19f28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ package_dir =
4747
[options.extras_require]
4848
dev =
4949
bump2version==1.0.1
50-
mypy==1.9.0
50+
mypy==1.10.0
5151
parameterized==0.9.0
5252
pre-commit==3.5.0; python_version < "3.9"
5353
pre-commit==3.7.0; python_version >= "3.9"

0 commit comments

Comments
 (0)
Failed to load comments.