From c73252d74e3550106074e3f4297bb5b20cd8ee39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:20:46 +0000 Subject: [PATCH] Bump torch from 2.7.1 to 2.8.0 in /other_packages/whisper Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.1 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.7.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- other_packages/whisper/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other_packages/whisper/pyproject.toml b/other_packages/whisper/pyproject.toml index 4e2239f..9dfd22b 100644 --- a/other_packages/whisper/pyproject.toml +++ b/other_packages/whisper/pyproject.toml @@ -2,7 +2,7 @@ dependencies = [ "accelerate==1.8.1", "moviepy==2.2.1", - "torch==2.7.1", + "torch==2.8.0", "torchaudio==2.7.1", "transformers==4.53.0", "pydantic",