From 73fb6fcc85d4c643d0e6ec06f0c665ab98467bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:04:27 +0000 Subject: [PATCH] chore(deps): bump torchaudio from 2.3.0 to 2.3.1 Bumps [torchaudio](https://github.com/pytorch/audio) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](https://github.com/pytorch/audio/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: torchaudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 942f1a5..a939ded 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ convert = [ "numpy==1.26.4", "sentencepiece==0.2.0", "torch==2.3.0", - "torchaudio==2.3.0", + "torchaudio==2.3.1", "torchvision==0.18.0", "transformers==4.41.2" ]