From 0a67016e3598f94bb37b60f6002a9cfbe8043075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:48:34 +0000 Subject: [PATCH] deps(deps): Bump pip from 26.0 to 26.0.1 Bumps [pip](https://github.com/pypa/pip) from 26.0 to 26.0.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.0...26.0.1) --- updated-dependencies: - dependency-name: pip dependency-version: 26.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Docker/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/requirements.txt b/Docker/requirements.txt index 4421c28..37b4c32 100644 --- a/Docker/requirements.txt +++ b/Docker/requirements.txt @@ -34,7 +34,7 @@ zipp==3.23.0 urllib3==2.5.0 # pip symbolic link extraction vulnerability fix # Ensures pip >= 24.2 for CVE fixes -pip==26.0 +pip==26.0.1 # Testing framework pytest==8.4.2 pytest-asyncio==1.2.0 diff --git a/requirements.txt b/requirements.txt index c0ada00..f388506 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ zipp==3.23.0 urllib3==2.6.3 # pip symbolic link extraction vulnerability fix # Ensures pip >= 24.2 for CVE fixes -pip==26.0 +pip==26.0.1 # Testing framework pytest==9.0.2 pytest-asyncio==1.3.0