From 8ab054eede85265ddc92864f7753f3975c263497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:28:14 +0000 Subject: [PATCH] chore(deps): bump pip from 26.0.1 to 26.1.2 Bumps [pip](https://github.com/pypa/pip) from 26.0.1 to 26.1.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.0.1...26.1.2) --- updated-dependencies: - dependency-name: pip dependency-version: 26.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a9a59b33..1f59e5766 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "mcp==1.23.0", "sse-starlette==3.0.3", "pygments==2.20.0", - "pip==26.0.1", + "pip==26.1.2", ] [dependency-groups]