From f6a10c5c8ccaf1658ab7fcaf772d26fe5b1a5b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 17:26:24 +0000 Subject: [PATCH] Bump onnx in /tasks/face_segmentation/aml/docker/quantizer Bumps [onnx](https://github.com/onnx/onnx) from 1.11.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.11.0...v1.22.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tasks/face_segmentation/aml/docker/quantizer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/face_segmentation/aml/docker/quantizer/requirements.txt b/tasks/face_segmentation/aml/docker/quantizer/requirements.txt index 06feed4dd..142ecdee0 100644 --- a/tasks/face_segmentation/aml/docker/quantizer/requirements.txt +++ b/tasks/face_segmentation/aml/docker/quantizer/requirements.txt @@ -7,7 +7,7 @@ scikit-build protobuf==3.20.2 opencv-contrib-python matplotlib -onnx==1.11.0 +onnx==1.22.0 onnxruntime onnx-simplifier importlib-metadata