From 3f126eb017abcef7b8dbecbfd7eee57866473fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:15:58 +0000 Subject: [PATCH] Bump onnx from 1.9.0 to 1.13.0 in /yolo Bumps [onnx](https://github.com/onnx/onnx) from 1.9.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.9.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- yolo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yolo/requirements.txt b/yolo/requirements.txt index 1b41021..dc7acde 100644 --- a/yolo/requirements.txt +++ b/yolo/requirements.txt @@ -1,3 +1,3 @@ numpy -onnx==1.9.0 +onnx==1.13.0 pycuda