From 0c1c215bc853b77123c431b36577d2fee9370da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:14:28 +0000 Subject: [PATCH] Bump onnx from 1.8.0 to 1.13.0 in /tf 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] --- tf/requirements-cpu.txt | 2 +- tf/requirements-gpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tf/requirements-cpu.txt b/tf/requirements-cpu.txt index db1bcff1f..cfaf3a937 100644 --- a/tf/requirements-cpu.txt +++ b/tf/requirements-cpu.txt @@ -7,5 +7,5 @@ scipy==1.3.0 tensorflow==1.15.4 requests bokeh==2.1.1 -onnx==1.8.0 +onnx==1.13.0 tqdm==4.56.0 diff --git a/tf/requirements-gpu.txt b/tf/requirements-gpu.txt index cdf0589d5..0401ec6b1 100644 --- a/tf/requirements-gpu.txt +++ b/tf/requirements-gpu.txt @@ -7,5 +7,5 @@ scipy==1.1.0 tensorflow-gpu==1.15.4 requests bokeh==2.1.1 -onnx==1.8.0 +onnx==1.13.0 tqdm==4.56.0