Skip to content

Commit af4c8f1

Browse files
Update mypy requirement from ==1.15.* to ==1.16.*
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@v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a3a509 commit af4c8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage == 7.6.*
2-
mypy == 1.15.*
2+
mypy == 1.16.*
33
pre-commit == 4.1.*
44
pytest == 8.3.*
55
pytest-cov == 6.0.*

0 commit comments

Comments
 (0)