From 6407f47c4109eb010f5d7bb075beeb4720a79d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 00:06:43 +0000 Subject: [PATCH] Bump onnx from 1.17.0 to 1.22.0 Bumps [onnx](https://github.com/onnx/onnx) from 1.17.0 to 1.22.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.17.0...v1.22.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.22.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cf3d3ef80..91de868ec 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ pyreadline3 pytest numpy < 2.0.0 -onnx ==1.17.0 +onnx ==1.22.0 protobuf ==4.25.8 # multiple versions of onnxruntime are supported, but only one can be installed at a time onnxruntime >=1.18.0