From fbf815dd57a7063ebbe2217ba60d42ebd1adbe6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:41:20 +0000 Subject: [PATCH] Bump pip from 25.3 to 26.0 in /docker 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: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index c7f6ff68..4326e4f7 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -20,5 +20,5 @@ virtualenv==20.36.1 wheel==0.46.2 # The following packages are considered to be unsafe in a requirements file: -pip==25.3 +pip==26.0 setuptools==78.1.1