From 393229ad14519fe159e413ce6914aa73cb752236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:32:12 +0000 Subject: [PATCH] Bump urllib3 in /ai/gen-ai-agents/custom-rag-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/custom-rag-agent/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/gen-ai-agents/custom-rag-agent/files/requirements.txt b/ai/gen-ai-agents/custom-rag-agent/files/requirements.txt index dcdd41937..4890b88dd 100644 --- a/ai/gen-ai-agents/custom-rag-agent/files/requirements.txt +++ b/ai/gen-ai-agents/custom-rag-agent/files/requirements.txt @@ -215,7 +215,7 @@ tzdata==2025.1 unstructured==0.18.2 unstructured-client==0.37.2 uri-template==1.3.0 -urllib3==2.6.3 +urllib3==2.7.0 uvicorn==0.35.0 watchdog==6.0.0 wcwidth==0.2.13