aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2023-07-31 12:10:06 -0600
committerJon Atack <jon@atack.com>2023-07-31 12:14:06 -0600
commitbee2d57a655645dbfaf0242e85c5af034023a2fb (patch)
treec6f57713ec656de1ee84154086b96891c966517f /ci
parent38c3fd846bff163eb7c50bd77efcdcf8fcbc7f43 (diff)
downloadbitcoin-bee2d57a655645dbfaf0242e85c5af034023a2fb.tar.xz
script: update flake8 to 6.1.0
and touch up the spelling returned by lint-spelling.py
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 dbbd01e507..8113500fb2 100755
--- a/ci/lint/04_install.sh
+++ b/ci/lint/04_install.sh
@@ -35,7 +35,7 @@ python3 --version
${CI_RETRY_EXE} pip3 install \
codespell==2.2.5 \
- flake8==6.0.0 \
+ flake8==6.1.0 \
lief==0.13.2 \
mypy==1.4.1 \
pyzmq==25.1.0 \