From 0cebbae2430f3a0d03c1741f22beefb9236cfab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:22:47 +0000 Subject: [PATCH] Update onnx requirement from ==1.16.1 to ==1.21.0 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.21.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.21.0 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..6cd812b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ medpy = "*" matplotlib = "*" holoviews = "*" seaborn = "*" -onnx = "==1.16.1" +onnx = "==1.21.0" onnxruntime = "*" [tool.poetry.group.dev.dependencies]