Skip to content

Commit 50cb1fb

Browse files
authored
Merge pull request #1845 from pypa/update-dependencies-pr
2 parents cb61611 + f214a5c commit 50cb1fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ COPY --from=build_mpdecimal /manylinux-buildfs /
115115
COPY --from=build_sqlite3 /manylinux-buildfs /
116116
RUN if command -v apk >/dev/null 2>&1; then ldconfig /; else ldconfig; fi
117117
COPY build_scripts/build-openssl.sh /build_scripts/
118-
RUN export OPENSSL_ROOT=openssl-3.5.3 && \
119-
export OPENSSL_HASH=c9489d2abcf943cdc8329a57092331c598a402938054dc3a22218aea8a8ec3bf && \
118+
RUN export OPENSSL_ROOT=openssl-3.5.4 && \
119+
export OPENSSL_HASH=967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99 && \
120120
export OPENSSL_DOWNLOAD_URL=https://github.com/openssl/openssl/releases/download/${OPENSSL_ROOT} && \
121121
manylinux-entrypoint /build_scripts/build-openssl.sh
122122
COPY --from=cosign-bin /ko-app/cosign /usr/local/bin/cosign

docker/build_scripts/requirements-base-tools.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ packaging==25.0 \
1616
--hash=sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484 \
1717
--hash=sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f
1818
# via pipx
19-
pipx==1.7.1 \
20-
--hash=sha256:3933c43bb344e649cb28e10d357e0967ce8572f1c19caf90cf39ae95c2a0afaf \
21-
--hash=sha256:762de134e16a462be92645166d225ecef446afaef534917f5f70008d63584360
19+
pipx==1.8.0 \
20+
--hash=sha256:61a653ef2046de67c3201306b9d07428e93c80e6bebdcbbcb8177ecf3328b403 \
21+
--hash=sha256:b9535d59108d31675e7e14a837273e7816be2b8f08a96b3cc48daf09c066e696
2222
# via -r requirements-base-tools.in
2323
platformdirs==4.4.0 \
2424
--hash=sha256:abd01743f24e5287cd7a5db3752faf1a2d65353f38ec26d98e25a6db65958c85 \

0 commit comments

Comments
 (0)