From 601edd8ee8810b5c6b2184ce8d7f7b45e70913cf Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 26 Mar 2024 16:49:15 +0000 Subject: [PATCH] ci: use codespell 2.2.6 --- ci/lint/04_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/lint/04_install.sh b/ci/lint/04_install.sh index 47cb8864c22..6b12c53f2ad 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 \