From ab10c80ccf7dc928a561a40fcad40fb20a1c5420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:47:35 +0000 Subject: [PATCH] build(deps-dev): bump onnxruntime from 1.14.1 to 1.17.0 Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.14.1 to 1.17.0. - [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-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..31c84de 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.17.0", "pandas==2.0.1", "numpy==1.24.3", "onnx==1.14.0",