From 47fb06d96a203e8adeac685bbb28f19099b6f5c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:10:26 +0000 Subject: [PATCH] Bump onnx from 1.2.3 to 1.13.0 in /tensorrt/yolov3_onnx Bumps [onnx](https://github.com/onnx/onnx) from 1.2.3 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.2.3...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tensorrt/yolov3_onnx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorrt/yolov3_onnx/requirements.txt b/tensorrt/yolov3_onnx/requirements.txt index 015e177..e89cf25 100644 --- a/tensorrt/yolov3_onnx/requirements.txt +++ b/tensorrt/yolov3_onnx/requirements.txt @@ -1,5 +1,5 @@ numpy>=1.15.1 -onnx==1.2.3 +onnx==1.13.0 pycuda>=2017.1.1 Pillow>=5.2.0 wget>=3.2 \ No newline at end of file