From f556197b56307423871c052d78f066ec3ab0176d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 08:11:19 +0000 Subject: [PATCH] Bump torch from 2.0.1 to 2.13.0 in /backend/requirements Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 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.0.1...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements/model_server.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/model_server.txt b/backend/requirements/model_server.txt index 4ef8ffa5b6a..b6624a18fc3 100644 --- a/backend/requirements/model_server.txt +++ b/backend/requirements/model_server.txt @@ -4,6 +4,6 @@ pydantic==1.10.13 safetensors==0.4.2 sentence-transformers==2.6.1 tensorflow==2.15.0 -torch==2.0.1 +torch==2.13.0 transformers==4.39.2 uvicorn==0.21.1