From 616696d8dd4094ed2220f3e4ca49fb7eaf6db833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:21:02 +0000 Subject: [PATCH] Bump onnx Bumps [onnx](https://github.com/onnx/onnx) from 1.13.0 to 1.16.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.13.0...v1.16.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../convert_openvino/convert_resnet34/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploying_service/deploying_pytorch/convert_openvino/convert_resnet34/requirements.txt b/deploying_service/deploying_pytorch/convert_openvino/convert_resnet34/requirements.txt index 662c48d20..ec726d000 100644 --- a/deploying_service/deploying_pytorch/convert_openvino/convert_resnet34/requirements.txt +++ b/deploying_service/deploying_pytorch/convert_openvino/convert_resnet34/requirements.txt @@ -1,6 +1,6 @@ torch==1.11.0 torchvision==0.12.0 -onnx==1.13.0 +onnx==1.16.0 onnxruntime==1.8.0 protobuf==3.19.5 openvino-dev==2022.1.0