aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-03-26 16:49:15 +0000
committerfanquake <fanquake@gmail.com>2024-03-26 16:51:46 +0000
commit601edd8ee8810b5c6b2184ce8d7f7b45e70913cf (patch)
treebd35b5985b5f72406bf579daaed88f3fd60195ab /ci
parent52fa0d285f4e8109ebdd8b1e43c897f6bfaa8e65 (diff)
downloadbitcoin-601edd8ee8810b5c6b2184ce8d7f7b45e70913cf.tar.xz
ci: use codespell 2.2.6
Diffstat (limited to 'ci')
-rwxr-xr-xci/lint/04_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/lint/04_install.sh b/ci/lint/04_install.sh
index 47cb8864c2..6b12c53f2a 100755
--- a/ci/lint/04_install.sh
+++ b/ci/lint/04_install.sh
@@ -46,7 +46,7 @@ if [ ! -d "${LINT_RUNNER_PATH}" ]; then
fi
${CI_RETRY_EXE} pip3 install \
- codespell==2.2.5 \
+ codespell==2.2.6 \
flake8==6.1.0 \
lief==0.13.2 \
mypy==1.4.1 \