From fc7c45237cd542cdb7fd8eb039b528572fa69f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:13:25 +0000 Subject: [PATCH] Bump onnx from 1.7.0 to 1.13.0 in /ros_noetic_cuda11.3_tensorRT7.2 Bumps [onnx](https://github.com/onnx/onnx) from 1.7.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.7.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ros_noetic_cuda11.3_tensorRT7.2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros_noetic_cuda11.3_tensorRT7.2/requirements.txt b/ros_noetic_cuda11.3_tensorRT7.2/requirements.txt index 9eed03b..73ecfa1 100644 --- a/ros_noetic_cuda11.3_tensorRT7.2/requirements.txt +++ b/ros_noetic_cuda11.3_tensorRT7.2/requirements.txt @@ -1,5 +1,5 @@ numpy -onnx==1.7.0 +onnx==1.13.0 onnxruntime==1.3.0 pycuda==2019.1.2 pytest