From 8b2c2ffc18bd9f7de10e9e6e29d50e438afc96f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:49:19 +0000 Subject: [PATCH] Bump pip Bumps [pip](https://github.com/pypa/pip) from 23.3 to 26.0. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.3...26.0) --- updated-dependencies: - dependency-name: pip dependency-version: '26.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../docker/manylinux2014_build_scripts/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/ci_build/github/linux/docker/manylinux2014_build_scripts/requirements.txt b/tools/ci_build/github/linux/docker/manylinux2014_build_scripts/requirements.txt index 3b4daa2..7d59048 100644 --- a/tools/ci_build/github/linux/docker/manylinux2014_build_scripts/requirements.txt +++ b/tools/ci_build/github/linux/docker/manylinux2014_build_scripts/requirements.txt @@ -1,9 +1,9 @@ # pip requirements for all cpythons # NOTE: pip has GPG signatures; could download and verify independently. # The following packages are considered to be unsafe in a requirements file: -pip==23.3 \ - --hash=sha256:bb7d4f69f488432e4e96394612f43ab43dd478d073ef7422604a570f7157561e \ - --hash=sha256:bc38bb52bc286514f8f7cb3a1ba5ed100b76aaef29b521d48574329331c5ae7b +pip==26.0 \ + --hash=sha256:3ce220a0a17915972fbf1ab451baae1521c4539e778b28127efa79b974aff0fa \ + --hash=sha256:98436feffb9e31bc9339cf369fd55d3331b1580b6a6f1173bacacddcf9c34754 # via -r requirements.in wheel==0.36.2 \ --hash=sha256:78b5b185f0e5763c26ca1e324373aadd49182ca90e825f7853f4b2509215dc0e \