File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ ${CI_RETRY_EXE} apt-get install -y python3-pip curl git gawk jq
17
17
)
18
18
19
19
${CI_RETRY_EXE} pip3 install codespell==2.2.1
20
- ${CI_RETRY_EXE} pip3 install flake8==4 .0.1
21
- ${CI_RETRY_EXE} pip3 install mypy==0.942
22
- ${CI_RETRY_EXE} pip3 install pyzmq==22.3.0
23
- ${CI_RETRY_EXE} pip3 install vulture==2.3
20
+ ${CI_RETRY_EXE} pip3 install flake8==5 .0.4
21
+ ${CI_RETRY_EXE} pip3 install mypy==0.971
22
+ ${CI_RETRY_EXE} pip3 install pyzmq==24.0.1
23
+ ${CI_RETRY_EXE} pip3 install vulture==2.6
24
24
25
25
SHELLCHECK_VERSION=v0.8.0
26
26
curl -sL " https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION} /shellcheck-${SHELLCHECK_VERSION} .linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/
You can’t perform that action at this time.
0 commit comments