From a970ba96a2cf36dff6ab9aaf390fca022b2bc17e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 08:18:40 +0000 Subject: [PATCH] Bump onnx from 1.10.1 to 1.11.0 in /src/bindings/python Bumps [onnx](https://github.com/onnx/onnx) from 1.10.1 to 1.11.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.10.1...v1.11.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/bindings/python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/requirements_test.txt b/src/bindings/python/requirements_test.txt index 581fb9d5cc62ad..f8174c2607be52 100644 --- a/src/bindings/python/requirements_test.txt +++ b/src/bindings/python/requirements_test.txt @@ -4,7 +4,7 @@ flake8-comprehensions==3.3.0 flake8-docstrings==1.6.0 flake8-quotes==3.2.0 mypy==0.812 -onnx==1.10.1 +onnx==1.11.0 pydocstyle==5.1.1 pytest-xdist==2.2.1 pytest==6.1.2