Skip to content

Commit d4f47f9

Browse files
committed
ci: use latest versions of lint deps
Some of the versions used here are > 2 years old. i.e mypy. Use the latest avilable versions, except for LIEF, which is generally changed with Guix.
1 parent d8fe258 commit d4f47f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/lint/01_install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ python3 --version
4141
${CI_RETRY_EXE} pip3 install \
4242
codespell==2.4.1 \
4343
lief==0.16.6 \
44-
mypy==1.4.1 \
45-
pyzmq==25.1.0 \
46-
ruff==0.5.5 \
47-
vulture==2.6
44+
mypy==1.18.2 \
45+
pyzmq==27.1.0 \
46+
ruff==0.13.2 \
47+
vulture==2.14
4848

4949
SHELLCHECK_VERSION=v0.11.0
5050
curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | \

0 commit comments

Comments
 (0)