From 1290a779ff11a89718372ad8c784b9f9da5f08e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Nov 2021 08:09: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.9.3. - [Release notes](https://github.com/onnx/tensorflow-onnx/releases) - [Commits](https://github.com/onnx/tensorflow-onnx/compare/v1.8.5...v1.9.3) --- 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..66bf01712dea 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.3