From 221ae0cebce4fb3c07d4334f2bb4df44f321ad02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 23:01:20 +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.9.2. - [Release notes](https://github.com/onnx/tensorflow-onnx/releases) - [Commits](https://github.com/onnx/tensorflow-onnx/compare/v1.8.5...v1.9.2) --- 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 e26422385dff..40072cace148 100644 --- a/python/requirements/ml/requirements_rllib.txt +++ b/python/requirements/ml/requirements_rllib.txt @@ -33,4 +33,4 @@ starlette==0.16.0 # ONNX onnx==1.9.0 onnxruntime==1.9.0 -tf2onnx==1.8.5 +tf2onnx==1.9.2