From b0b6429db17b6066615f7099252b3525998db309 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 9 Jun 2021 15:17:35 +0200 Subject: [PATCH] cephadm: Upgrade to mypy 0.901 Signed-off-by: Sebastian Wagner --- src/cephadm/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index 7b266479011..8c9422ac461 100644 --- a/src/cephadm/tox.ini +++ b/src/cephadm/tox.ini @@ -41,7 +41,7 @@ commands=pytest {posargs} [testenv:mypy] basepython = python3 -deps = mypy==0.812 +deps = mypy==0.901 commands = mypy --config-file ../mypy.ini {posargs:cephadm} [testenv:fix] -- 2.39.5