From: Sebastian Wagner Date: Wed, 9 Jun 2021 10:56:31 +0000 (+0200) Subject: python-common: Upgrade to mypy 0.901 X-Git-Tag: v17.1.0~1655^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b1d6f7fa50d03f45e57157147d5ba0f5d215c500;p=ceph.git python-common: Upgrade to mypy 0.901 Signed-off-by: Sebastian Wagner --- diff --git a/src/python-common/requirements.txt b/src/python-common/requirements.txt index 93c6d3667253..c30b80147040 100644 --- a/src/python-common/requirements.txt +++ b/src/python-common/requirements.txt @@ -1,7 +1,8 @@ pytest >=2.1.3,<5; python_version < '3.5' mock; python_version < '3.3' -mypy==0.812; python_version >= '3' +mypy==0.901; python_version >= '3' pytest-mypy; python_version >= '3' pytest >= 2.1.3; python_version >= '3' pyyaml typing-extensions; python_version < '3.8' +types-PyYAML \ No newline at end of file