From 22e5fdf201f98178eb1377e5359dc94d2dd36ecb Mon Sep 17 00:00:00 2001 From: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue, 26 Apr 2022 13:43:38 +0200 Subject: [PATCH] Bump mypy to v0.942 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 60398be..f17af83 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ commands = extras = testing deps = - mypy==0.920 + mypy==0.942 commands = mypy swh -- GitLab