From e6357931c2558855f303358419cd55fddd641987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 00:53:59 +0000 Subject: [PATCH] Bump torch from 2.11.0+cu130 to 2.14.0 in /apps/agent Bumps [torch](https://github.com/pytorch/pytorch) from 2.11.0+cu130 to 2.14.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/commits/v2.14.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/agent/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/agent/constraints.txt b/apps/agent/constraints.txt index 9e31729..16cf264 100644 --- a/apps/agent/constraints.txt +++ b/apps/agent/constraints.txt @@ -1,5 +1,5 @@ # Keep the CUDA torch stack that ships with the agent base image. # These pins stop pip from replacing Blackwell-ready wheels during # voice-dependency installation. -torch==2.11.0+cu130 +torch==2.14.0 torchaudio==2.11.0+cu130