From 45bf8c2b839d3812cf78fa696dfcd57608155f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Apr 2022 07:09:00 +0000 Subject: [PATCH] [tune](deps): Bump onnxruntime in /python/requirements/ml Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.9.0 to 1.11.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.9.0...v1.11.1) --- updated-dependencies: - dependency-name: onnxruntime 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 65ab046456e2..f6470f62b8e5 100644 --- a/python/requirements/ml/requirements_rllib.txt +++ b/python/requirements/ml/requirements_rllib.txt @@ -35,5 +35,5 @@ imageio-ffmpeg==0.4.5 starlette==0.16.0 # ONNX onnx==1.9.0 -onnxruntime==1.9.0 +onnxruntime==1.11.1 tf2onnx==1.8.5