Skip to content

Commit ee4414e

Browse files
Update mypy requirement from ==1.11.* to ==1.14.*
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.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d4523d3 commit ee4414e

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,4 +1,4 @@
11
coverage == 7.6.*
2-
mypy == 1.11.*
2+
mypy == 1.14.*
33
pre-commit == 4.0.*
44
tox == 4.22.*

0 commit comments

Comments
 (0)