From 5bf9d7a366aa24c5941f13639c13f1ed1e140746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:12:22 +0000 Subject: [PATCH] Bump onnx in /week07/hw/docker/yolov3_onnx/yolov3_onnx 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] --- week07/hw/docker/yolov3_onnx/yolov3_onnx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week07/hw/docker/yolov3_onnx/yolov3_onnx/requirements.txt b/week07/hw/docker/yolov3_onnx/yolov3_onnx/requirements.txt index f2fcb4a0..139e57f8 100644 --- a/week07/hw/docker/yolov3_onnx/yolov3_onnx/requirements.txt +++ b/week07/hw/docker/yolov3_onnx/yolov3_onnx/requirements.txt @@ -1,6 +1,6 @@ numpy>=1.15.1 protobuf>=3.11.3 -onnx==1.6.0 +onnx==1.13.0 pycuda>=2017.1.1 Pillow==6.2.2 wget>=3.2