diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/lint/04_install.sh | 2 |
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 \ |