From 974a8b94161b2e1c59dd7bdaa656e181a35ef76a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:19:23 +0000 Subject: [PATCH 1/3] 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 6fd34b3..57bded8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Pillow>=7.1.2 PyYAML>=5.3.1 gcsfs==2024.6.1 luxonis-ml[data,nn-archive,utils,telemetry]~=0.9.0 -onnx==1.21.0 +onnx==1.22.0 numpy>=1.19.5,<2.1.0 onnxruntime>=1.20.1 onnxsim>=0.4.36,<0.6 From 94e7a7c1ae678f8b1d54f175a476cfa9fade2782 Mon Sep 17 00:00:00 2001 From: klemen1999 Date: Mon, 27 Jul 2026 10:19:56 +0200 Subject: [PATCH 2/3] revert change for testing --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57bded8..6fd34b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Pillow>=7.1.2 PyYAML>=5.3.1 gcsfs==2024.6.1 luxonis-ml[data,nn-archive,utils,telemetry]~=0.9.0 -onnx==1.22.0 +onnx==1.21.0 numpy>=1.19.5,<2.1.0 onnxruntime>=1.20.1 onnxsim>=0.4.36,<0.6 From b86b3f919155f23c91c315c408bb401dcfa1fd35 Mon Sep 17 00:00:00 2001 From: klemen1999 Date: Mon, 27 Jul 2026 10:23:22 +0200 Subject: [PATCH 3/3] bump again --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fd34b3..57bded8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Pillow>=7.1.2 PyYAML>=5.3.1 gcsfs==2024.6.1 luxonis-ml[data,nn-archive,utils,telemetry]~=0.9.0 -onnx==1.21.0 +onnx==1.22.0 numpy>=1.19.5,<2.1.0 onnxruntime>=1.20.1 onnxsim>=0.4.36,<0.6