From 4c21e5a830fbafc3694bc668f090b2fb4db4edd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:50:46 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /ai/gen-ai-agents/travel-agent/files 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] --- ai/gen-ai-agents/travel-agent/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/gen-ai-agents/travel-agent/files/requirements.txt b/ai/gen-ai-agents/travel-agent/files/requirements.txt index 15cec471f..421807d92 100644 --- a/ai/gen-ai-agents/travel-agent/files/requirements.txt +++ b/ai/gen-ai-agents/travel-agent/files/requirements.txt @@ -162,7 +162,7 @@ typing-inspection==0.4.0 typing_extensions==4.13.2 tzdata==2025.2 uri-template==1.3.0 -urllib3==2.6.3 +urllib3==2.7.0 uvicorn==0.34.2 watchdog==6.0.0 wcwidth==0.2.13