From 1fe118f22ded3fbfb7a2ea0658b0dca565aba4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 02:39:10 +0000 Subject: [PATCH] [Dependency] Bump onnxruntime from 1.15.1 to 1.16.1 in /.setup/pip Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.15.1 to 1.16.1. - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.15.1...v1.16.1) --- updated-dependencies: - dependency-name: onnxruntime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .setup/pip/system_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.setup/pip/system_requirements.txt b/.setup/pip/system_requirements.txt index d6c34038afa..577e7a43563 100644 --- a/.setup/pip/system_requirements.txt +++ b/.setup/pip/system_requirements.txt @@ -41,4 +41,4 @@ numpy==1.25.2 # python libraries for OCR for digit recognition onnx==1.14.1 -onnxruntime==1.15.1 +onnxruntime==1.16.1