Skip to content

Commit 2e49449

Browse files
[Bot] Update dependencies (#1168)
* Bump git 2.32.0 → 2.33.0 * Bump libxcrypt 4.4.23 → 4.4.25 * Update python dependencies Co-authored-by: manylinux-bot[bot] <89297709+manylinux-bot[bot]@users.noreply.github.com>
1 parent 602298b commit 2e49449

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ RUN export PATCHELF_VERSION=0.13 && \
6060
manylinux-entrypoint /build_scripts/install-patchelf.sh
6161

6262
COPY build_scripts/install-libxcrypt.sh /build_scripts/
63-
RUN export LIBXCRYPT_VERSION=4.4.23 && \
64-
export LIBXCRYPT_HASH=9cbbcb795ed5d121a1613eb0e40c77173b53e15a746796fc7cd7bd71cfd64533 && \
63+
RUN export LIBXCRYPT_VERSION=4.4.25 && \
64+
export LIBXCRYPT_HASH=caea3d032a46c4855ff818637884c7f5719ad228b79387b62ee023c8fbef17b4 && \
6565
export LIBXCRYPT_DOWNLOAD_URL=https://github.com/besser82/libxcrypt/archive && \
6666
export PERL_ROOT=perl-5.34.0 && \
6767
export PERL_HASH=551efc818b968b05216024fb0b727ef2ad4c100f8cb6b43fab615fa78ae5be9a && \
@@ -76,8 +76,8 @@ RUN manylinux-entrypoint /build_scripts/install-build-packages.sh
7676

7777
FROM build_base AS build_git
7878
COPY build_scripts/build-git.sh /build_scripts/
79-
RUN export GIT_ROOT=git-2.32.0 && \
80-
export GIT_HASH=6038f06d396ba9dab2eee541c7db6e7f9f847f181ec62f3d8441893f8c469398 && \
79+
RUN export GIT_ROOT=git-2.33.0 && \
80+
export GIT_HASH=02d909d0bba560d3a1008bd00dd577621ffb57401b09175fab2bf6da0e9704ae && \
8181
export GIT_DOWNLOAD_URL=https://www.kernel.org/pub/software/scm/git && \
8282
manylinux-entrypoint /build_scripts/build-git.sh
8383

docker/build_scripts/requirements-tools/auditwheel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# This file is autogenerated by pip-compile with python 3.9
33
# To update, run:
44
#
5-
# pip-compile --generate-hashes --output-file=docker/build_scripts/requirements-tools/auditwheel .nox/tools/tmp/auditwheel.in
5+
# pip-compile --generate-hashes --output-file=docker/build_scripts/requirements-tools/auditwheel .nox/update_python_tools/tmp/auditwheel.in
66
#
77
auditwheel==4.0.0 \
88
--hash=sha256:03a079fe273f42336acdb5953ff5ce7578f93ca6a832b16c835fe337a1e2bd4a \
99
--hash=sha256:96927695ddf27b4edb67291e326908d64ffe272b8a42b9504f283e7ae5ebbc14
10-
# via -r .nox/tools/tmp/auditwheel.in
10+
# via -r .nox/update_python_tools/tmp/auditwheel.in
1111
pyelftools==0.27 \
1212
--hash=sha256:5609aa6da1123fccfae2e8431a67b4146aa7fad5b3889f808df12b110f230937 \
1313
--hash=sha256:cde854e662774c5457d688ca41615f6594187ba7067af101232df889a6b7a66b

docker/build_scripts/requirements-tools/cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with python 3.9
33
# To update, run:
44
#
5-
# pip-compile --generate-hashes --output-file=docker/build_scripts/requirements-tools/cmake .nox/tools/tmp/cmake.in
5+
# pip-compile --generate-hashes --output-file=docker/build_scripts/requirements-tools/cmake .nox/update_python_tools/tmp/cmake.in
66
#
77
cmake==3.21.1.post1 \
88
--hash=sha256:1cf061e78e9a16f7f40f768f12d806483fe0eee7c1f9eeb4766610cb9122cb73 \
@@ -14,4 +14,4 @@ cmake==3.21.1.post1 \
1414
--hash=sha256:aaea4911f6fccaf5a84110b2c9d4b5d99e9792112199ca25408c635bd2fd8584 \
1515
--hash=sha256:caa81c3f3985b552bc2e38fb339ba84c0c237441d508f4de01d44a2948eddd36 \
1616
--hash=sha256:e000ef5d4893ceaec852f468d6adc7698ca08ebaecb6df38d81ceed32b4ad9e3
17-
# via -r .nox/tools/tmp/cmake.in
17+
# via -r .nox/update_python_tools/tmp/cmake.in

0 commit comments

Comments
 (0)