From 323a0558119aa089aae290be3d247a60371c0767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 21:09:26 +0000 Subject: [PATCH] Update torchvision requirement from >=0.16.0 to >=0.28.0 in /backend Updates the requirements on [torchvision](https://github.com/pytorch/vision) to permit the latest version. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.16.0...v0.28.0) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f346290..511382f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.104.0 uvicorn[standard]>=0.24.0 ultralytics>=8.1.0 torch>=2.1.0 -torchvision>=0.16.0 +torchvision>=0.28.0 python-multipart>=0.0.6 websockets>=12.0 Pillow>=10.0.0