From 60ad6f72a90bfadddc11df2c1f2a7b7c43c14be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 20:55:10 +0000 Subject: [PATCH] Bump onnx from 1.21.0 to 1.22.0 in /scripts 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scripts/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements-dev.txt b/scripts/requirements-dev.txt index af3e9f5..7fb88ed 100644 --- a/scripts/requirements-dev.txt +++ b/scripts/requirements-dev.txt @@ -1,5 +1,5 @@ # Pinned dependencies for scripts/gen_testdata.py (regenerating test fixtures). # Versions current as of 2026-06. -onnx==1.21.0 +onnx==1.22.0 numpy==2.4.6 tokenizers==0.23.1