From 2da12148e6103c392e41bd6b85e2387da641be13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:16:05 +0000 Subject: [PATCH] Bump onnxruntime from 1.17.1 to 1.17.3 in /tools/accuracy Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.17.1 to 1.17.3. - [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/commits) --- updated-dependencies: - dependency-name: onnxruntime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/accuracy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/accuracy/requirements.txt b/tools/accuracy/requirements.txt index 938b43177a1..122b7dd9d76 100644 --- a/tools/accuracy/requirements.txt +++ b/tools/accuracy/requirements.txt @@ -22,4 +22,4 @@ # THE SOFTWARE. ##################################################################################### numpy==1.21.6 -onnxruntime==1.17.1 +onnxruntime==1.17.3