From b5d990aca4dd665ff04283db69e31fc518a78a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:47:09 +0000 Subject: [PATCH] Bump torch from 2.1.0 to 2.8.0 in /backend_flask Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.0 to 2.8.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.1.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend_flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_flask/requirements.txt b/backend_flask/requirements.txt index cca6696..4420f7a 100644 --- a/backend_flask/requirements.txt +++ b/backend_flask/requirements.txt @@ -8,7 +8,7 @@ ultralytics==8.0.196 pillow==10.0.1 python-dateutil==2.8.2 openpyxl==3.1.2 -torch==2.1.0 +torch==2.8.0 torchvision==0.16.0 python-dotenv==1.0.0 werkzeug==3.0.1 \ No newline at end of file