From 7557e41232f44f8e85e9954bc2258c01d1218429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:14:47 +0000 Subject: [PATCH] Bump onnx from 1.8.1 to 1.13.0 in /modnet/torch2onnx Bumps [onnx](https://github.com/onnx/onnx) from 1.8.1 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.1...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modnet/torch2onnx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modnet/torch2onnx/requirements.txt b/modnet/torch2onnx/requirements.txt index 0e715aa..1993c37 100644 --- a/modnet/torch2onnx/requirements.txt +++ b/modnet/torch2onnx/requirements.txt @@ -3,6 +3,6 @@ numpy scikit-build opencv-python PyImage -onnx==1.8.1 +onnx==1.13.0 onnxruntime==1.6.0 torch==1.7.1