From 7aeacacf9db5830078722bc4a9e6cfe62680a372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 22:02:50 +0000 Subject: [PATCH] Bump onnx from 1.4.1 to 1.21.0 in /src/model_converters/mmdnn_converter Bumps [onnx](https://github.com/onnx/onnx) from 1.4.1 to 1.21.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.4.1...v1.21.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/model_converters/mmdnn_converter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model_converters/mmdnn_converter/requirements.txt b/src/model_converters/mmdnn_converter/requirements.txt index d6691bab0..4fa9ed388 100644 --- a/src/model_converters/mmdnn_converter/requirements.txt +++ b/src/model_converters/mmdnn_converter/requirements.txt @@ -12,6 +12,6 @@ coremltools==2.1.0 h5py==2.7.1 torch==1.5.1 torchvision==0.2.1 -onnx==1.4.1 +onnx==1.21.0 onnx-tf==1.2.1 mmdnn==0.3.1