mirror of https://github.com/bitcoin/bitcoin.git
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.
This commit is contained in:
parent
d8fe258cd6
commit
d4f47f9771
|
@ -41,10 +41,10 @@ python3 --version
|
||||||
${CI_RETRY_EXE} pip3 install \
|
${CI_RETRY_EXE} pip3 install \
|
||||||
codespell==2.4.1 \
|
codespell==2.4.1 \
|
||||||
lief==0.16.6 \
|
lief==0.16.6 \
|
||||||
mypy==1.4.1 \
|
mypy==1.18.2 \
|
||||||
pyzmq==25.1.0 \
|
pyzmq==27.1.0 \
|
||||||
ruff==0.5.5 \
|
ruff==0.13.2 \
|
||||||
vulture==2.6
|
vulture==2.14
|
||||||
|
|
||||||
SHELLCHECK_VERSION=v0.11.0
|
SHELLCHECK_VERSION=v0.11.0
|
||||||
curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | \
|
curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | \
|
||||||
|
|
Loading…
Reference in New Issue