From 75bb2cbbeb1060a7ef45dfc63e7e6aa9dbe765a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 13:10:06 +0000 Subject: [PATCH] build(deps): bump onnx from 1.18 to 1.21.0 Bumps [onnx](https://github.com/onnx/onnx) from 1.18 to 1.21.0. - [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.18.0...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 e2a2a64a3..c535b7f6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "jsonschema>=4.23", "ml-dtypes>=0.5.3", "numpy>=2.2,<2.3", - "onnx==1.18", + "onnx==1.21.0", "onnx-ir>=0.1", "onnxruntime-windowsml>=1.23.2,<1.24.0", "onnxscript>=0.2",