From a389fe33035f19c5e1f74e4463e06bc47f20856d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:03:19 +0000 Subject: [PATCH] Bump torch from 2.2.2 to 2.8.0 in /docker/openai-tts-docker Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.2 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.2.2...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/openai-tts-docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/openai-tts-docker/requirements.txt b/docker/openai-tts-docker/requirements.txt index 110eb68e..3a592704 100644 --- a/docker/openai-tts-docker/requirements.txt +++ b/docker/openai-tts-docker/requirements.txt @@ -34,7 +34,7 @@ stanza==1.6.1 starlette==0.38.6 stream2sentence==0.2.5 sympy==1.13.3 -torch==2.2.2 +torch==2.8.0 tqdm==4.66.5 typing_extensions==4.12.2 urllib3==2.2.3