From 46219e176e171cc091e4d26b2a323a001331f449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:41:14 +0000 Subject: [PATCH] Bump onnxruntime from 1.14.1 to 1.16.3 Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.14.1 to 1.16.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/compare/v1.14.1...v1.16.3) --- updated-dependencies: - dependency-name: onnxruntime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2cf0b7..95bec20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "SMAC==2.0.2", "result==0.9.0", "xdg-base-dirs==6.0.0", - "onnxruntime==1.14.1", + "onnxruntime==1.16.3", "pandas==2.0.1", "numpy==1.24.3", "onnx==1.14.0",