From d699883ba2cd6a3ba630560593458187e57c35de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:08:35 +0000 Subject: [PATCH] Bump onnx from 1.11.0 to 1.13.0 in /vision/faster_rcnn/popart Bumps [onnx](https://github.com/onnx/onnx) from 1.11.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.11.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vision/faster_rcnn/popart/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision/faster_rcnn/popart/requirements.txt b/vision/faster_rcnn/popart/requirements.txt index 0136228e5..5f0508867 100644 --- a/vision/faster_rcnn/popart/requirements.txt +++ b/vision/faster_rcnn/popart/requirements.txt @@ -5,7 +5,7 @@ tensorboardX==2.5 wandb==0.12.8 pycocotools==2.0.4 protobuf==3.19.4 -onnx==1.11.0 +onnx==1.13.0 tqdm==4.64.0 scipy==1.5.4 PyYAML==5.4.1