From 6ecc1bb78f3474949b97d894d72b9338445abadc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:16:00 +0000 Subject: [PATCH] Bump onnx from 1.9.0 to 1.13.0 in /scripts Bumps [onnx](https://github.com/onnx/onnx) from 1.9.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.9.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/ci-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-requirements.txt b/scripts/ci-requirements.txt index ae82b6b8..a4107fe5 100644 --- a/scripts/ci-requirements.txt +++ b/scripts/ci-requirements.txt @@ -3,5 +3,5 @@ PyYAML==6.0 flowvision==0.1.0 matplotlib==3.5.2 oneflow-onnx==0.5.4 -onnx==1.9.0 +onnx==1.13.0 onnxruntime-gpu==1.11.1