From 7b8a45ef769050494ca8e342637503d6d437ad83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:08:16 +0000 Subject: [PATCH] chore(deps-dev): bump onnx from 1.14.0 to 1.19.1 Bumps [onnx](https://github.com/onnx/onnx) from 1.14.0 to 1.19.1. - [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.14.0...v1.19.1) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.19.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 a6bbbbf..d35e9e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ convert = [ "torchvision==0.18.0", "transformers==4.41.2" ] -onnx = ["onnx==1.14.0"] +onnx = ["onnx==1.19.1"] onnx-tests = [ "numpy<2", "tabulate==0.9.0",