From 01bfd64a465ee5ee96522120bda894c75359e95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 12:36:07 +0000 Subject: [PATCH] build(deps): bump torchaudio from 0.10.2 to 2.0.2 in /requirements Bumps [torchaudio](https://github.com/pytorch/audio) from 0.10.2 to 2.0.2. - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](https://github.com/pytorch/audio/compare/v0.10.2...v2.0.2) --- updated-dependencies: - dependency-name: torchaudio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/testing_serve.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing_serve.txt b/requirements/testing_serve.txt index 99e4817627..902bce6be0 100644 --- a/requirements/testing_serve.txt +++ b/requirements/testing_serve.txt @@ -8,6 +8,6 @@ # CI: limit the search space for pip/installation sahi ==0.8.19 torch ==1.10.2 -torchaudio ==0.10.2 +torchaudio ==2.0.2 torchvision ==0.11.3 torchmetrics ==0.10.3