From 888c3251507cbc0b644567ea772ce59057c4d20f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 08:39:44 +0000 Subject: [PATCH] [RLlib](deps): Bump onnxruntime in /python/requirements/rllib Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/master/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: onnxruntime dependency-type: direct:production update-type: version-update:semver-patch ... 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 1cad36689b9c..6572fe0735b4 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -42,5 +42,5 @@ smart_open==5.0.0 starlette==0.14.2 # ONNX onnx==1.9.0 -onnxruntime==1.8.0 +onnxruntime==1.8.1 tf2onnx==1.8.5