From 4c5e7ba25a51745d53208ac9e17029897d1f542e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 15:00:16 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.5.0 in /Object_Detection_Yolo_with_FastAPI Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 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.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Object_Detection_Yolo_with_FastAPI/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Object_Detection_Yolo_with_FastAPI/requirements.txt b/Object_Detection_Yolo_with_FastAPI/requirements.txt index 9bfc41d..57db5c9 100644 --- a/Object_Detection_Yolo_with_FastAPI/requirements.txt +++ b/Object_Detection_Yolo_with_FastAPI/requirements.txt @@ -81,7 +81,7 @@ tqdm==4.66.3 typing_extensions==4.9.0 tzdata==2023.4 ultralytics==8.1.9 -urllib3==2.2.2 +urllib3==2.5.0 uvicorn==0.27.0.post1 Werkzeug==3.0.6 wrapt==1.14.1