From e57fde0283a23b5540a4da67f3f07e387af84e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:48:32 +0000 Subject: [PATCH] Bump pip Bumps [pip](https://github.com/pypa/pip) from 23.1.2 to 23.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.1.2...23.3) --- updated-dependencies: - dependency-name: pip 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 e95ac2a..3b4daa2 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.1.2 \ - --hash=sha256:0e7c86f486935893c708287b30bd050a36ac827ec7fe5e43fe7cb198dd835fba \ - --hash=sha256:3ef6ac33239e4027d9a5598a381b9d30880a1477e50039db2eac6e8a8f6d1b18 +pip==23.3 \ + --hash=sha256:bb7d4f69f488432e4e96394612f43ab43dd478d073ef7422604a570f7157561e \ + --hash=sha256:bc38bb52bc286514f8f7cb3a1ba5ed100b76aaef29b521d48574329331c5ae7b # via -r requirements.in wheel==0.36.2 \ --hash=sha256:78b5b185f0e5763c26ca1e324373aadd49182ca90e825f7853f4b2509215dc0e \