Skip to content

Commit a067f8c

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 4920667 commit a067f8c

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.11.*
2+
mypy == 1.14.*
33
pre-commit == 4.0.*
44
requests == 2.32.*
55
tox == 4.22.*

0 commit comments

Comments
 (0)