Skip to content

Commit 3ca13ee

Browse files
committed
tox: update mypy to v1.16.1
Update the fixed mypy version to its most recent. Signed-off-by: James Knight <[email protected]>
1 parent 8e0bc6f commit 3ca13ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ commands =
8383
deps =
8484
{[testenv]deps}
8585
-r{toxinidir}/requirements_types.txt
86-
mypy: mypy==1.16.0
86+
mypy: mypy==1.16.1
8787
commands =
8888
mypy \
8989
--explicit-package-bases \

0 commit comments

Comments
 (0)