From 4dd0de35f4078fff092d40ed64e4c9dae37e0d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 10:41:00 +0000 Subject: [PATCH] chore(deps): bump urllib3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 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.0...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../mcp_dynamodb/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-use-cases/customer-support-assistant-vpc/mcp_dynamodb/requirements.txt b/02-use-cases/customer-support-assistant-vpc/mcp_dynamodb/requirements.txt index b9ad8ef39..b87cd992a 100644 --- a/02-use-cases/customer-support-assistant-vpc/mcp_dynamodb/requirements.txt +++ b/02-use-cases/customer-support-assistant-vpc/mcp_dynamodb/requirements.txt @@ -201,7 +201,7 @@ typing-inspection==0.4.2 # via # pydantic # pydantic-settings -urllib3==2.6.0 +urllib3==2.7.0 # via # bedrock-agentcore # botocore