From 5f57419a8c46a5cb6e9c2ce4cf3a71800155dd28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:30:16 +0000 Subject: [PATCH] Bump pip from 25.1.1 to 26.0 Bumps [pip](https://github.com/pypa/pip) from 25.1.1 to 26.0. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.1.1...26.0) --- updated-dependencies: - dependency-name: pip dependency-version: '26.0' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index aac6d5a..3a2e645 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -54,7 +54,7 @@ wheel==0.45.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: -pip==25.1.1 +pip==26.0 # via pip-tools setuptools==80.9.0 # via pip-tools