Skip to content

Commit e9c7505

Browse files
Update mypy requirement from ==1.9.* to ==1.10.* (#178)
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [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:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81435fb commit e9c7505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
coverage == 7.4.*
2-
mypy == 1.9.*
2+
mypy == 1.10.*
33
pre-commit == 3.5.*
44
tox == 4.13.*

0 commit comments

Comments
 (0)