From 3fe9df8290bcd5465d1335dad76450f4fd1996c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:31:29 +0000 Subject: [PATCH] Bump pip from 25.0.1 to 26.0 Bumps [pip](https://github.com/pypa/pip) from 25.0.1 to 26.0. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.0.1...26.0) --- updated-dependencies: - dependency-name: pip dependency-version: '26.0' 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 2d0f121..6fea5c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ {name = "Your Name", email = "your.email@example.com"} ] dependencies = [ - "pip==25.0.1", + "pip==26.0", "uvicorn==0.34.1", "starlette==0.46.2", "PyYAML==6.0.2",