From 912575f58ad015db9c5f226895c598ba9f11876f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 02:19:43 +0000 Subject: [PATCH] Update onnx requirement from ==1.16.1 to ==1.20.1 Updates the requirements on [onnx](https://github.com/onnx/onnx) to permit the latest version. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](https://github.com/onnx/onnx/compare/v1.16.1...v1.20.1) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e13b402..23f7869 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ medpy = "*" matplotlib = "*" holoviews = "*" seaborn = "*" -onnx = "==1.16.1" +onnx = "==1.20.1" onnxruntime = "*" [tool.poetry.group.dev.dependencies]