From 08e0e3abfca5222adb0c44543d810218101bbd22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Feb 2021 08:52:37 +0100 Subject: [PATCH] Bump onnx from 1.8.0 to 1.8.1 in /ngraph/python (#8) --- 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 726be9edf0a8c4..67470758d273fb 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.8.1 pydocstyle==5.1.1 pytest==6.1.2 retrying==1.3.3