Skip to content

Commit 017918d

Browse files
authored
Bump outdated python packages to latest version (#3168)
* Bump outdated python packages to latest version * Update Dockerfile
1 parent 3ca1b59 commit 017918d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/build-tools/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,11 +528,11 @@ ENV DEBIAN_FRONTEND=noninteractive
528528

529529
# Pinned versions of stuff we pull in
530530
ENV AUTOPEP8_VERSION=2.0.4
531-
ENV PYCODESTYLE_VERSION=2.11.1
532-
ENV JWCRYPTO_VERSION=1.5.0
531+
ENV PYCODESTYLE_VERSION=2.12.1
532+
ENV JWCRYPTO_VERSION=1.5.6
533533
ENV PYGITHUB_VERSION=1.58.2
534534
ENV PYTHON_PROTOBUF_VERSION=4.23.2
535-
ENV REQUESTS_VERSION=2.31.0
535+
ENV REQUESTS_VERSION=2.32.3
536536
ENV YAMLLINT_VERSION=1.32.0
537537

538538
# hadolint ignore=DL3008

0 commit comments

Comments
 (0)