From a6b7dca8a8f12bbaadc4bac67d900839f479361e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:52:10 +0000 Subject: [PATCH] Bump pip from 26.1 to 26.1.2 in /api Bumps [pip](https://github.com/pypa/pip) from 26.1 to 26.1.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.1...26.1.2) --- updated-dependencies: - dependency-name: pip dependency-version: 26.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements-bootstrap.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements-bootstrap.txt b/api/requirements-bootstrap.txt index 1853927..02a0147 100644 --- a/api/requirements-bootstrap.txt +++ b/api/requirements-bootstrap.txt @@ -1,4 +1,4 @@ click==8.3.1 -pip==26.1 +pip==26.1.2 pip-tools==7.5.2 wheel==0.46.3