From 46bc0e5cf3b88c97172f900e00a6619b1c095bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 13:02:03 +0000 Subject: [PATCH] Bump onnx from 1.8.0 to 1.9.0 in /ngraph/python Bumps [onnx](https://github.com/onnx/onnx) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/master/docs/Changelog.md) - [Commits](https://github.com/onnx/onnx/compare/v1.8.0...v1.9.0) Signed-off-by: dependabot[bot] --- ngraph/python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngraph/python/requirements_test.txt b/ngraph/python/requirements_test.txt index 7ebee9a940479e..a6f85d568730bb 100644 --- a/ngraph/python/requirements_test.txt +++ b/ngraph/python/requirements_test.txt @@ -2,7 +2,7 @@ flake8==3.8.4 flake8-comprehensions==3.3.0 flake8-docstrings==1.5.0 flake8-quotes==3.2.0 -onnx==1.8.0 +onnx==1.9.0 pydocstyle==5.1.1 pytest==6.1.2 retrying==1.3.3