Skip to content

Commit 55e4124

Browse files
authored
Merge pull request #1507 from pypa/update-dependencies-pr
2 parents 97ba0ce + 437eb7e commit 55e4124

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.11.4
136136

137137
FROM build_cpython AS build_cpython312
138138
COPY build_scripts/cpython-pubkey-312-313.txt /build_scripts/cpython-pubkeys.txt
139-
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.12.0b3
139+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.12.0b4
140140

141141
FROM build_cpython AS all_python
142142
COPY build_scripts/install-pypy.sh \

docker/build_scripts/requirements-base-tools.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ certifi==2023.5.7 \
1212
--hash=sha256:0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7 \
1313
--hash=sha256:c6c2e98f5c7869efca1f8916fed228dd91539f9f1b444c314c06eef02980c716
1414
# via -r requirements-base-tools.in
15-
click==8.1.4 \
16-
--hash=sha256:2739815aaa5d2c986a88f1e9230c55e17f0caad3d958a5e13ad0797c166db9e3 \
17-
--hash=sha256:b97d0c74955da062a7d4ef92fadb583806a585b2ea81958a81bd72726cbb8e37
15+
click==8.1.5 \
16+
--hash=sha256:4be4b1af8d665c6d942909916d31a213a106800c47d0eeba73d34da3cbc11367 \
17+
--hash=sha256:e576aa487d679441d7d30abb87e1b43d24fc53bffb8758443b1a9e1cee504548
1818
# via userpath
1919
packaging==23.1 \
2020
--hash=sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61 \

0 commit comments

Comments
 (0)