From 7344cedfe3b94a7ec6594cc9dd54c5ac90847dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 07:10:56 +0000 Subject: [PATCH] Bump torchaudio from 2.8.0 to 2.9.0 Bumps [torchaudio](https://github.com/pytorch/audio) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](https://github.com/pytorch/audio/compare/v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: torchaudio dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index d269b2983a..d344b6c3df 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -29,7 +29,7 @@ keras==3.11.3 # PyTorch torch==2.8.0 -torchaudio==2.8.0 +torchaudio==2.9.0 torchvision==0.23.0 # PyTorch image transformers