From e968e6e14b57f57ceaa029f67d763432933c05d8 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Fri, 8 Jul 2022 22:01:58 +0200 Subject: [PATCH] update mypy in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2696e89..032a133 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ commands = {env:_PYTEST_CMD:pytest} {env:_PYTEST_MORE_ARGS:} {posargs:-vvl} [testenv:mypy] deps = - mypy==0.931 + mypy==0.961 types-setuptools commands = mypy