From 2ab730083a9bbb1bc43bb082f1a8ee01d3db5b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:07:36 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.5.0 in /Oracle-23ai-RAG-Chatbot Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.5.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.2.1...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Oracle-23ai-RAG-Chatbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oracle-23ai-RAG-Chatbot/requirements.txt b/Oracle-23ai-RAG-Chatbot/requirements.txt index 71e0c48..9e71316 100644 --- a/Oracle-23ai-RAG-Chatbot/requirements.txt +++ b/Oracle-23ai-RAG-Chatbot/requirements.txt @@ -225,7 +225,7 @@ typing_extensions==4.10.0 tzdata==2024.1 umap-learn==0.5.5 uri-template==1.3.0 -urllib3==2.2.1 +urllib3==2.5.0 uvicorn==0.28.0 watchdog==4.0.0 wcwidth==0.2.13