From 857b000e8f3a3fab457282f4901740beec5c7828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:26:04 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.12.0 in /bentoml Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.12.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/v1.13.1...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bentoml/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bentoml/requirements.txt b/bentoml/requirements.txt index ae825219..d4fbbc5a 100644 --- a/bentoml/requirements.txt +++ b/bentoml/requirements.txt @@ -1,5 +1,5 @@ langchain==0.0.101 -torch==1.13.1 +torch==2.12.0 torchvision==0.14.1 wget==3.2 accelerate