From d55143e5cd11d66a1afe7272fa922bbce2d03ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:39:26 +0000 Subject: [PATCH] Bump pip from 23.3.1 to 25.0 in /requirements Bumps [pip](https://github.com/pypa/pip) from 23.3.1 to 25.0. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.3.1...25.0) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 6 +++--- requirements/requirements-pip.in | 2 +- requirements/requirements-pip.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 513c2ca1d..80c3eff61 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -36,9 +36,9 @@ wheel==0.45.1 \ # via pip-tools # The following packages are considered to be unsafe in a requirements file: -pip==23.3.1 \ - --hash=sha256:1fcaa041308d01f14575f6d0d2ea4b75a3e2871fe4f9c694976f908768e14174 \ - --hash=sha256:55eb67bb6171d37447e82213be585b75fe2b12b359e993773aca4de9247a052b +pip==25.0 \ + --hash=sha256:8e0a97f7b4c47ae4a494560da84775e9e2f671d415d8d828e052efefb206b30b \ + --hash=sha256:b6eb97a803356a52b2dd4bb73ba9e65b2ba16caa6bcb25a7497350a4e5859b65 # via # -c requirements-pip.txt # pip-tools diff --git a/requirements/requirements-pip.in b/requirements/requirements-pip.in index 021f4f5d5..76515df78 100644 --- a/requirements/requirements-pip.in +++ b/requirements/requirements-pip.in @@ -2,4 +2,4 @@ # This file should only contain dependencies we use directly. # Indirect dependencies should be pinned in the autogenerated files. -pip==23.3.1 +pip==25.0 diff --git a/requirements/requirements-pip.txt b/requirements/requirements-pip.txt index 0c4981130..82fb9509e 100644 --- a/requirements/requirements-pip.txt +++ b/requirements/requirements-pip.txt @@ -6,7 +6,7 @@ # # The following packages are considered to be unsafe in a requirements file: -pip==23.3.1 \ - --hash=sha256:1fcaa041308d01f14575f6d0d2ea4b75a3e2871fe4f9c694976f908768e14174 \ - --hash=sha256:55eb67bb6171d37447e82213be585b75fe2b12b359e993773aca4de9247a052b +pip==25.0 \ + --hash=sha256:8e0a97f7b4c47ae4a494560da84775e9e2f671d415d8d828e052efefb206b30b \ + --hash=sha256:b6eb97a803356a52b2dd4bb73ba9e65b2ba16caa6bcb25a7497350a4e5859b65 # via -r requirements-pip.in