From b97d3ae66838ac48e777595c58a3aac2a6928246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:34:43 +0000 Subject: [PATCH] chore(deps): bump urllib3 in /cookbook/91_tools/mcp/mcp_toolbox_demo Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.3. - [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.5.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cookbook/91_tools/mcp/mcp_toolbox_demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/91_tools/mcp/mcp_toolbox_demo/requirements.txt b/cookbook/91_tools/mcp/mcp_toolbox_demo/requirements.txt index d967472291..8ccee883ce 100644 --- a/cookbook/91_tools/mcp/mcp_toolbox_demo/requirements.txt +++ b/cookbook/91_tools/mcp/mcp_toolbox_demo/requirements.txt @@ -135,7 +135,7 @@ typing-inspection==0.4.1 # via # pydantic # pydantic-settings -urllib3==2.5.0 +urllib3==2.6.3 # via requests uvicorn==0.35.0 # via mcp