From 5035b6cb99bef3a357e56f73bea7cb2ddbfeafe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:14:27 +0000 Subject: [PATCH] Bump onnx from 1.8.0 to 1.13.0 in /tools/SeeDot Bumps [onnx](https://github.com/onnx/onnx) from 1.8.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.8.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/SeeDot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/SeeDot/requirements.txt b/tools/SeeDot/requirements.txt index b00b1f0aa..2febdf726 100644 --- a/tools/SeeDot/requirements.txt +++ b/tools/SeeDot/requirements.txt @@ -3,5 +3,5 @@ bokeh==2.1.1 numpy==1.16.4 scikit-learn==0.19.2 scipy==1.1.0 -onnx==1.8.0 +onnx==1.13.0 tqdm==4.56.0