We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a44e9 commit 4110ff3Copy full SHA for 4110ff3
ci/lint/04_install.sh
@@ -36,7 +36,7 @@ fi
36
${CI_RETRY_EXE} pip3 install codespell==2.1.0
37
${CI_RETRY_EXE} pip3 install flake8==4.0.1
38
${CI_RETRY_EXE} pip3 install lief==0.13.1
39
-${CI_RETRY_EXE} pip3 install mypy==0.971
+${CI_RETRY_EXE} pip3 install mypy==0.981
40
${CI_RETRY_EXE} pip3 install pyzmq==24.0.1
41
${CI_RETRY_EXE} pip3 install vulture==2.6
42
contrib/containers/ci/ci-slim.Dockerfile
@@ -78,7 +78,7 @@ RUN uv pip install --system --break-system-packages \
78
jinja2 \
79
lief==0.13.2 \
80
multiprocess \
81
- mypy==0.971 \
+ mypy==0.981 \
82
pyzmq==24.0.1 \
83
vulture==2.6
84
0 commit comments