Skip to content

Commit 7b12983

Browse files
authored
Merge pull request #1808 from pypa/update-dependencies-pr
[Bot] Update dependencies
2 parents 26db0d6 + 7f81f0d commit 7b12983

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ RUN export CURL_ROOT=curl-8.14.1 && \
7878
export CURL_DOWNLOAD_URL=https://curl.haxx.se/download && \
7979
manylinux-entrypoint /build_scripts/build-curl.sh
8080
COPY build_scripts/build-git.sh /build_scripts/
81-
RUN export GIT_ROOT=git-2.50.0 && \
82-
export GIT_HASH=920f8ca563d16a7d4fdecb44349cbffbc5cb814a8b36c96028463478197050da && \
81+
RUN export GIT_ROOT=git-2.50.1 && \
82+
export GIT_HASH=522d1635f8b62b484b0ce24993818aad3cab8e11ebb57e196bda38a3140ea915 && \
8383
export GIT_DOWNLOAD_URL=https://www.kernel.org/pub/software/scm/git && \
8484
manylinux-entrypoint /build_scripts/build-git.sh
8585

@@ -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.0b3
147+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://github.com/login/oauth 3.14.0b4
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.0b3 nogil
150+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://github.com/login/oauth 3.14.0b4 nogil
151151

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

docker/build_scripts/requirements-tools/auditwheel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file was autogenerated by uv via the following command:
22
# nox -s update_python_dependencies
3-
auditwheel==6.4.0 \
4-
--hash=sha256:20990ccb2416fdb81983ef654d10df72f9f25b388e30105bc3d97b06d6aecafb \
5-
--hash=sha256:c97d286ecd8c43c998ca7c312d3ba1773327349f732faf2a77b8b9fea4f48696
3+
auditwheel==6.4.1 \
4+
--hash=sha256:cfeb493e4e55ba6c7aeb27cc05c33ef2cace0da8e29c1dcd37fe813852e1d528 \
5+
--hash=sha256:e66c3265d88320c8b2cac28487847f37f8dbe68ccd202a0d72e33228bf339c4c
66
# via -r .nox/update_python_dependencies/tmp/auditwheel.in
77
packaging==25.0 \
88
--hash=sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484 \

0 commit comments

Comments
 (0)