From b2b49d2015fd7c7f833f4ba7322fe3f69ac4a0b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 02:34:00 +0000 Subject: [PATCH] Update onnx requirement from >=1.14.0 to >=1.22.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.14.0...v1.22.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a216101..6233735 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pyarrow>=10.0.0 typing-extensions>=4.0 # ONNX parsing -onnx>=1.14.0 +onnx>=1.22.0 numpy>=1.21.0 protobuf>=3.20.0