This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 74ce67df7a5899f9d58f955d0eebb8ac7a366713 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Thu Sep 8 13:29:28 2022 +0200 Upgrade mypy version. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c3b541262..206b16e84 100644 --- a/tox.ini +++ b/tox.ini @@ -361,7 +361,7 @@ commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py deps = typing # Mypy requires typed-ast, which is broken on PyPy 3.7 (could work in PyPy 3.8). - mypy==0.910; implementation_name == "cpython" + mypy==0.971; implementation_name == "cpython" types-simplejson types-certifi types-requests