Skip to content

Commit 8b58680

Browse files
authored
Merge pull request #1794 from pypa/update-dependencies-pr
[Bot] Update dependencies
2 parents 3a3fb50 + a79b7ce commit 8b58680

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
@@ -144,10 +144,10 @@ FROM build_cpython AS build_cpython313_nogil
144144
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://accounts.google.com 3.13.5 nogil
145145

146146
FROM build_cpython AS build_cpython314
147-
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://github.com/login/oauth 3.14.0b2
147+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://github.com/login/oauth 3.14.0b3
148148

149149
FROM build_cpython AS build_cpython314_nogil
150-
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://github.com/login/oauth 3.14.0b2 nogil
150+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://github.com/login/oauth 3.14.0b3 nogil
151151

152152
FROM runtime_base
153153
COPY --from=build_tcl_tk /manylinux-rootfs /

docker/build_scripts/requirements-base-tools.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ argcomplete==3.6.2 \
44
--hash=sha256:65b3133a29ad53fb42c48cf5114752c7ab66c1c38544fdf6460f450c09b42591 \
55
--hash=sha256:d0519b1bc867f5f4f4713c41ad0aba73a4a5f007449716b16f385f2166dc6adf
66
# via pipx
7-
certifi==2025.4.26 \
8-
--hash=sha256:0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6 \
9-
--hash=sha256:30350364dfe371162649852c63336a15c70c6510c2ad5015b21c2345311805f3
7+
certifi==2025.6.15 \
8+
--hash=sha256:2e0c7ce7cb5d8f8634ca55d2ba7e6ec2689a2fd6537d8dec1296a477a4910057 \
9+
--hash=sha256:d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b
1010
# via -r requirements-base-tools.in
1111
click==8.2.1 \
1212
--hash=sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202 \

0 commit comments

Comments
 (0)