From 3047a9c65aaddd9ac1d51c60de1975ff0feaf61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 04:21:41 +0000 Subject: [PATCH] Bump onnx from 1.9.0 to 1.22.0 in /python/arabic Bumps [onnx](https://github.com/onnx/onnx) from 1.9.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.9.0...v1.22.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/arabic/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/arabic/requirements.txt b/python/arabic/requirements.txt index c7f0f70..4260c70 100644 --- a/python/arabic/requirements.txt +++ b/python/arabic/requirements.txt @@ -6,6 +6,6 @@ ruamel.yaml==0.16.12 tensorboard==2.4.0 diacritization-evaluation==0.5 tqdm==4.56.0 -onnx==1.9.0 +onnx==1.22.0 onnxruntime==1.8.1 pyyaml==5.4.1