Skip to content

Commit 65fc797

Browse files
authored
Merge pull request #1780 from pypa/update-dependencies-pr
[Bot] Update dependencies
2 parents 33f310d + b55f791 commit 65fc797

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ RUN manylinux-entrypoint /build_scripts/install-build-packages.sh
7373

7474
FROM build_base AS build_git
7575
COPY build_scripts/build-curl.sh /build_scripts/
76-
RUN export CURL_ROOT=curl-8.13.0 && \
77-
export CURL_HASH=c261a4db579b289a7501565497658bbd52d3138fdbaccf1490fa918129ab45bc && \
76+
RUN export CURL_ROOT=curl-8.14.0 && \
77+
export CURL_HASH=5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203 && \
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/
@@ -85,8 +85,8 @@ RUN export GIT_ROOT=git-2.49.0 && \
8585

8686
FROM build_base AS build_sqlite3
8787
COPY build_scripts/build-sqlite3.sh /build_scripts/
88-
RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3490200 && \
89-
export SQLITE_AUTOCONF_HASH=5c6d8697e8a32a1512a9be5ad2b2e7a891241c334f56f8b0fb4fc6051e1652e8 && \
88+
RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3500000 && \
89+
export SQLITE_AUTOCONF_HASH=3bc776a5f243897415f3b80fb74db3236501d45194c75c7f69012e4ec0128327 && \
9090
export SQLITE_AUTOCONF_DOWNLOAD_URL=https://www.sqlite.org/2025 && \
9191
manylinux-entrypoint /build_scripts/build-sqlite3.sh
9292

0 commit comments

Comments
 (0)