From 74fbac7f0ca248165a2aeaedd5d3a8f71ef59ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jun 2022 07:09:05 +0000 Subject: [PATCH] [tune](deps): Bump tf2onnx in /python/requirements/ml Bumps [tf2onnx](https://github.com/onnx/tensorflow-onnx) from 1.8.5 to 1.11.1. - [Release notes](https://github.com/onnx/tensorflow-onnx/releases) - [Commits](https://github.com/onnx/tensorflow-onnx/compare/v1.8.5...v1.11.1) --- updated-dependencies: - dependency-name: tf2onnx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/ml/requirements_rllib.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/requirements_rllib.txt b/python/requirements/ml/requirements_rllib.txt index 1c8da9a970c6..b542020216d7 100644 --- a/python/requirements/ml/requirements_rllib.txt +++ b/python/requirements/ml/requirements_rllib.txt @@ -36,4 +36,4 @@ starlette==0.16.0 # ONNX onnx==1.9.0 onnxruntime==1.9.0 -tf2onnx==1.8.5 +tf2onnx==1.11.1