From 2057d13b970ec72be8d5f766cc53f90471e2df97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:22:24 +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