From 00cf23f99959c7078784aa32cc78fc569af50015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 01:07:51 +0000 Subject: [PATCH] Bump onnx from 1.7.0 to 1.13.0 in /requirements 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] --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 2ff795a..da1b08c 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -6,7 +6,7 @@ isort==4.3.21 # Note: used for kwarray.group_items, this may be ported to mmcv in the future. kwarray -e git+https://github.com/open-mmlab/mmtracking#egg=mmtrack -onnx==1.7.0 +onnx==1.13.0 onnxruntime>=1.8.0 protobuf<=3.20.1 pytest