lint: Temporarily revert to vulture==2.14

To work around https://github.com/bitcoin/bitcoin/issues/34810
This commit is contained in:
MarcoFalke 2026-03-12 08:16:17 +01:00
parent e98d36715e
commit faae981d35
No known key found for this signature in database

View File

@ -45,7 +45,7 @@ ${CI_RETRY_EXE} pip3 install \
mypy==1.19.1 \
pyzmq==27.1.0 \
ruff==0.15.5 \
vulture==2.15
vulture==2.14
SHELLCHECK_VERSION=v0.11.0
curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | \