From 57ce129127d2028014b5a7f7673aa44c1898280f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:11:11 +0000 Subject: [PATCH] Bump onnx from 1.5.0 to 1.13.0 Bumps [onnx](https://github.com/onnx/onnx) from 1.5.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.5.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cbbbb5c..a12cf9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ pyyaml==5.4 torch==1.1.0 torchvision==0.2.1 pytorch-pretrained-bert==0.6.1 -onnx==1.5.0 +onnx==1.13.0 onnxruntime==0.3.0 pytest