From 1e769fa93944729f3a89ee47c18e32f2b007aa38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:02:00 +0000 Subject: [PATCH] Bump onnx from 1.21.0 to 1.22.0 in /scripts/ocr-models Bumps [onnx](https://github.com/onnx/onnx) from 1.21.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.21.0...v1.22.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/ocr-models/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ocr-models/requirements.txt b/scripts/ocr-models/requirements.txt index 234dd5491..910c2b34f 100644 --- a/scripts/ocr-models/requirements.txt +++ b/scripts/ocr-models/requirements.txt @@ -1,6 +1,6 @@ paddlepaddle==3.0.0 paddle2onnx==2.0.2rc3 -onnx==1.21.0 +onnx==1.22.0 onnxsim==0.4.36 numpy==2.0.2 pyyaml==6.0.2