From ed193c7e3fdb7bec8964bc202da6f16203f56404 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Thu, 4 Jan 2024 09:35:42 -0500 Subject: [PATCH] Mypy 1.8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f64439065..9a2d7d5b2 100644 --- a/tox.ini +++ b/tox.ini @@ -124,7 +124,7 @@ commands = [testenv:typechecks] basepython = python3 deps = - mypy==1.7.1 + mypy==1.8.0 mypy-zope types-mock types-six