From c2b3c53e4a4aaf121fa9ac6cda48b0f524a89390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:11:59 +0000 Subject: [PATCH] Bump onnx from 1.6.0 to 1.13.0 in /python Bumps [onnx](https://github.com/onnx/onnx) from 1.6.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.6.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- python/requirements_gpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index c50b4ee..2fb68ff 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -2,7 +2,7 @@ cycler==0.10.0 kiwisolver==1.1.0 matplotlib==3.1.2 numpy==1.17.4 -onnx==1.6.0 +onnx==1.13.0 onnxruntime==1.0.0 Pillow==6.2.1 protobuf==3.11.1 diff --git a/python/requirements_gpu.txt b/python/requirements_gpu.txt index 38aa20b..e8e4a15 100644 --- a/python/requirements_gpu.txt +++ b/python/requirements_gpu.txt @@ -2,7 +2,7 @@ cycler==0.10.0 kiwisolver==1.1.0 matplotlib==3.1.2 numpy==1.17.4 -onnx==1.6.0 +onnx==1.13.0 onnxruntime==1.0.0 onnxruntime-gpu==1.0.0 Pillow==6.2.1