From f9a2d9025d68b9cc5d7527a4aa06726596ae7713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 12:30:50 +0000 Subject: [PATCH] Bump onnx from 1.21.0 to 1.22.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7cc3233..5bb6d0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ # CUDA build (recommended for training): # pip install torch==2.12.0+cu126 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126 torch>=2.12.0 -onnx==1.21.0 +onnx==1.22.0 onnxruntime==1.26.0 # Required by torch.onnx.export. Torch 2.6+ routes export through the dynamo # exporter, which imports onnxscript lazily — so a missing install fails only