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 54ed0cd182d6ef6844b5276b8c40484239dde73a Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Mon Jul 31 17:20:12 2023 +0200 Upgrade to the latest version of mypy. --- requirements-mypy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-mypy.txt b/requirements-mypy.txt index ab556f441..9ca1dccb1 100644 --- a/requirements-mypy.txt +++ b/requirements-mypy.txt @@ -1,6 +1,6 @@ typing # Mypy requires typed-ast, which is broken on PyPy 3.7 (could work in PyPy 3.8). -mypy==0.982; implementation_name == "cpython" +mypy==1.4.1; implementation_name == "cpython" types-simplejson types-certifi types-requests