ci: use codespell 2.2.6

This commit is contained in:
fanquake 2024-03-26 16:49:15 +00:00
parent 52fa0d285f
commit 601edd8ee8
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
1 changed files with 1 additions and 1 deletions

View File

@ -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 \