From 63a4577ed351c032869eb47b73e004727c00e8d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 17:51:39 +0000 Subject: [PATCH] Bump torch from 2.8.0 to 2.13.0 in /Object_Detection_Yolo_with_FastAPI Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 to 2.13.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.8.0...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.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 9fd8af6..ba9f0db 100644 --- a/Object_Detection_Yolo_with_FastAPI/requirements.txt +++ b/Object_Detection_Yolo_with_FastAPI/requirements.txt @@ -86,7 +86,7 @@ termcolor==2.4.0 thop==0.1.1.post2209072238 # Torch & Torchvision zorunlu eşleşme -torch==2.8.0 +torch==2.13.0 torchvision==0.17.0 tqdm==4.66.3