Skip to content

Commit b793858

Browse files
Update mypy requirement from ==1.11.* to ==1.17.*
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.11...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d7553b commit b793858

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,6 +1,6 @@
11
-e .
22
coverage == 7.6.*
3-
mypy == 1.11.*
3+
mypy == 1.17.*
44
pre-commit == 4.0.*
55
pytest==8.3.*
66
pytest-cov == 6.0.*

0 commit comments

Comments
 (0)