From 72e0d100483dbb5df07eac7107cb2a7998e5f9a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 07:10:15 +0000 Subject: [PATCH] [RLlib](deps): Bump onnx in /python/requirements/rllib Bumps [onnx](https://github.com/onnx/onnx) from 1.9.0 to 1.12.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/commits) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/rllib/requirements_rllib.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/rllib/requirements_rllib.txt b/python/requirements/rllib/requirements_rllib.txt index 5c21e9ea6084..7e0809ffb416 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -41,6 +41,6 @@ smart_open==5.0.0 # Ray Serve example starlette==0.14.2 # ONNX -onnx==1.9.0 +onnx==1.12.0 onnxruntime==1.8.0 tf2onnx==1.8.5