From 54d96f7b3a21182b6cfe2adac7bbfc076861a610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:13:39 +0000 Subject: [PATCH] chore(deps-dev): bump onnxruntime from 1.15.1 to 1.20.1 Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.15.1 to 1.20.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.20.1) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.20.1 dependency-type: direct:development 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 af5f681..52b7820 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ onnx-tests = [ "pytest-cov==4.1.0", "pytest-runner==6.0.0", "hypothesis[numpy]>=6.0.0", - "onnxruntime==1.15.1", + "onnxruntime==1.20.1", ] [project.urls]