From a0461ae10575b982406f55db08cc0608280d807f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:27:59 +0000 Subject: [PATCH] build(deps): Bump pip from 24.2 to 26.1.2 in /requirements Bumps [pip](https://github.com/pypa/pip) from 24.2 to 26.1.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.2...26.1.2) --- updated-dependencies: - dependency-name: pip dependency-version: 26.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pip-tools.txt | 4 ++-- requirements/pip.txt | 10 ++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 89086ac7..72e0e176 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -13,7 +13,7 @@ packaging==26.1 # build # wheel pip-tools==7.5.3 - # via -r requirements/pip-tools.in + # via -r pip-tools.in pyproject-hooks==1.2.0 # via # build @@ -22,7 +22,7 @@ wheel==0.47.0 # via pip-tools # The following packages are considered to be unsafe in a requirements file: -pip==26.0.1 +pip==26.1.2 # via pip-tools setuptools==82.0.1 # via pip-tools diff --git a/requirements/pip.txt b/requirements/pip.txt index b9c76b17..860534b9 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -5,12 +5,10 @@ # make upgrade # wheel==0.45.1 - # via -r requirements/pip.in + # via -r pip.in # The following packages are considered to be unsafe in a requirements file: -pip==24.2 - # via - # -c requirements/../edx_lint/files/common_constraints.txt - # -r requirements/pip.in +pip==26.1.2 + # via -r pip.in setuptools==79.0.0 - # via -r requirements/pip.in + # via -r pip.in