From 5797fc0587334ddcad673bc3b380bc81e833cafa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:14:14 +0000 Subject: [PATCH] Bump onnx from 1.8.0 to 1.13.0 in /Modeling_App/config Bumps [onnx](https://github.com/onnx/onnx) from 1.8.0 to 1.13.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog.md) - [Commits](https://github.com/onnx/onnx/compare/v1.8.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx 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 8a67af3..9e44c81 100644 --- a/Modeling_App/config/requirements.txt +++ b/Modeling_App/config/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.61.2 numpy==1.19.4 Cython==0.29.21 -onnx==1.8.0 +onnx==1.13.0 onnxconverter-common==1.7.0 onnxruntime==1.5.2 pydantic==1.7.2