From 864772c4f753284964538a83e1419b9338a6d84a Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 7 Apr 2022 12:50:41 +0100 Subject: lint: mypy 0.942 --- ci/lint/04_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/lint/04_install.sh b/ci/lint/04_install.sh index 4f1ee79a95..8330df87eb 100755 --- a/ci/lint/04_install.sh +++ b/ci/lint/04_install.sh @@ -13,7 +13,7 @@ update-alternatives --install /usr/bin/clang-format-diff clang-format-diff "$(wh ${CI_RETRY_EXE} pip3 install codespell==2.1.0 ${CI_RETRY_EXE} pip3 install flake8==4.0.1 -${CI_RETRY_EXE} pip3 install mypy==0.910 +${CI_RETRY_EXE} pip3 install mypy==0.942 ${CI_RETRY_EXE} pip3 install pyzmq==22.3.0 ${CI_RETRY_EXE} pip3 install vulture==2.3 -- cgit v1.2.3