From 59b63bfcd759cf2a8a0d4ccc3043f2ef82189234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:11:44 +0000 Subject: [PATCH] Bump onnx from 1.6.0 to 1.13.0 in /server Bumps [onnx](https://github.com/onnx/onnx) from 1.6.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.6.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 33ecdff..585e608 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,7 +1,7 @@ opencv-python==4.2.0.32 Pillow==6.2.1 numpy==1.17.3 -onnx==1.6.0 +onnx==1.13.0 torch==1.4.0 torchvision==0.5.0 onnxruntime==0.5.0