From a84a471edbbdf56ee6e96c8bd18f468e05a8552b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 May 2022 07:07:49 +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.10.1. - [Release notes](https://github.com/onnx/tensorflow-onnx/releases) - [Commits](https://github.com/onnx/tensorflow-onnx/compare/v1.8.5...v1.10.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..b08b548bbd69 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.10.1