From 0317bc2f64d531af6a12ae15fab09a9543416c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 19:44:09 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /Stock_MCP Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Stock_MCP/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stock_MCP/requirements.txt b/Stock_MCP/requirements.txt index 3108a09..68e3548 100644 --- a/Stock_MCP/requirements.txt +++ b/Stock_MCP/requirements.txt @@ -156,7 +156,7 @@ typing-inspection==0.4.2 # pydantic-settings tzdata==2025.2 # via pandas -urllib3==2.6.3 +urllib3==2.7.0 # via requests uvicorn==0.38.0 # via mcp