Skip to content

Commit 146c861

Browse files
committed
script: update linter dependencies
1 parent 9240822 commit 146c861

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/lint/04_install.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ if [ -z "${SKIP_PYTHON_INSTALL}" ]; then
3333
python3 --version
3434
fi
3535

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
36+
${CI_RETRY_EXE} pip3 install codespell==2.2.5
37+
${CI_RETRY_EXE} pip3 install flake8==6.0.0
38+
${CI_RETRY_EXE} pip3 install lief==0.13.2
39+
${CI_RETRY_EXE} pip3 install mypy==1.4.1
40+
${CI_RETRY_EXE} pip3 install pyzmq==25.1.0
4141
${CI_RETRY_EXE} pip3 install vulture==2.6
4242

4343
SHELLCHECK_VERSION=v0.8.0

0 commit comments

Comments
 (0)