From c077982e90e4d698bba301c707a01dfcefbfe82a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:29:26 +0000 Subject: [PATCH] build(deps): bump pip from 25.3 to 26.0 in /requirements Bumps [pip](https://github.com/pypa/pip) from 25.3 to 26.0. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.3...26.0) --- updated-dependencies: - dependency-name: pip dependency-version: '26.0' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/pip-tools.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index f8b9969..0047f4c 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -11,7 +11,7 @@ click==8.3.1 packaging==25.0 # via build pip-tools==7.5.2 - # via -r requirements/pip-tools.in + # via -r pip-tools.in pyproject-hooks==1.2.0 # via # build @@ -20,7 +20,7 @@ wheel==0.45.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: -pip==25.3 +pip==26.0 # via pip-tools setuptools==80.9.0 # via pip-tools