Merge bitcoin/bitcoin#34784: ci: use latest versions of lint deps

9f3752c43778b7803f4c6810aa570542847f3261 ci: use latest versions of lint deps (fanquake)

Pull request description:

  Use the latest available versions, except for LIEF, which is changed with Guix.

ACKs for top commit:
  hebasto:
    ACK 9f3752c43778b7803f4c6810aa570542847f3261, I've verified the releases against https://pypi.org and https://github.com/becheran/mlc.

Tree-SHA512: e6ed79bb7dc8601ed0708eb7b53cbf4cf843b69829c073c41e9d97be690b4b2bf9ea5ecf250e05cbacba4ad35df06aa3e2cb2ff319145a34e1a7831cf182ec21
This commit is contained in:
merge-script 2026-03-10 15:52:10 +00:00
commit f82d076771
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -42,17 +42,17 @@ python3 --version
${CI_RETRY_EXE} pip3 install \
lief==0.16.6 \
mypy==1.18.2 \
mypy==1.19.1 \
pyzmq==27.1.0 \
ruff==0.13.2 \
vulture==2.14
ruff==0.15.5 \
vulture==2.15
SHELLCHECK_VERSION=v0.11.0
curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | \
tar --xz -xf - --directory /tmp/
mv "/tmp/shellcheck-${SHELLCHECK_VERSION}/shellcheck" /usr/bin/
MLC_VERSION=v1
MLC_VERSION=v1.2.0
MLC_BIN=mlc-x86_64-linux
curl -sL "https://github.com/becheran/mlc/releases/download/${MLC_VERSION}/${MLC_BIN}" -o "/usr/bin/mlc"
chmod +x /usr/bin/mlc