From c5bb48646be73b764a5954837b00a016b13b7f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:07:56 +0000 Subject: [PATCH] Bump onnx from 1.11.0 to 1.13.0 in /speech/deepvoice3/popart Bumps [onnx](https://github.com/onnx/onnx) from 1.11.0 to 1.13.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog.md) - [Commits](https://github.com/onnx/onnx/compare/v1.11.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- speech/deepvoice3/popart/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/deepvoice3/popart/requirements.txt b/speech/deepvoice3/popart/requirements.txt index 8304f35b8..898a685d9 100644 --- a/speech/deepvoice3/popart/requirements.txt +++ b/speech/deepvoice3/popart/requirements.txt @@ -9,7 +9,7 @@ librosa==0.7.2; python_version < '3.9' librosa==0.8.1; python_version >= '3.9' nltk==3.6.5 protobuf==3.19.4 -onnx==1.11.0 +onnx==1.13.0 tqdm==4.46.1 six==1.15.0 pytest==6.2.5