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 9240822 commit 146c861Copy full SHA for 146c861
ci/lint/04_install.sh
@@ -33,11 +33,11 @@ if [ -z "${SKIP_PYTHON_INSTALL}" ]; then
33
python3 --version
34
fi
35
36
-${CI_RETRY_EXE} pip3 install codespell==2.2.1
37
-${CI_RETRY_EXE} pip3 install flake8==5.0.4
38
-${CI_RETRY_EXE} pip3 install lief==0.13.1
39
-${CI_RETRY_EXE} pip3 install mypy==0.971
40
-${CI_RETRY_EXE} pip3 install pyzmq==24.0.1
+${CI_RETRY_EXE} pip3 install codespell==2.2.5
+${CI_RETRY_EXE} pip3 install flake8==6.0.0
+${CI_RETRY_EXE} pip3 install lief==0.13.2
+${CI_RETRY_EXE} pip3 install mypy==1.4.1
+${CI_RETRY_EXE} pip3 install pyzmq==25.1.0
41
${CI_RETRY_EXE} pip3 install vulture==2.6
42
43
SHELLCHECK_VERSION=v0.8.0
0 commit comments