From fbec91bc671e913793266fa6501fa6292280eff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 09:07:19 +0000 Subject: [PATCH] Bump onnx from 1.21.0 to 1.22.0 in /Modeling_App/config 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] --- Modeling_App/config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modeling_App/config/requirements.txt b/Modeling_App/config/requirements.txt index c95a5ec..62fdd0c 100644 --- a/Modeling_App/config/requirements.txt +++ b/Modeling_App/config/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.65.2 numpy==1.22 Cython==0.29.21 -onnx==1.21.0 +onnx==1.22.0 onnxconverter-common==1.7.0 onnxruntime==1.5.2 pydantic==1.10.13