From 207b74a085680529f03c2b0b2ab096239677cd9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Feb 2022 08:07:16 +0000 Subject: [PATCH] [RLlib](deps): Bump onnx in /python/requirements/rllib Bumps [onnx](https://github.com/onnx/onnx) from 1.9.0 to 1.11.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/compare/v1.9.0...v1.11.0) --- 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..cbd076a9993d 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.11.0 onnxruntime==1.8.0 tf2onnx==1.8.5