From 51621f057631b6753e77388335c341ec1bc36faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 07:58:53 +0000 Subject: [PATCH] Bump onnx from 1.12.0 to 1.14.0 in /src/bindings/python Bumps [onnx](https://github.com/onnx/onnx) from 1.12.0 to 1.14.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/commits) --- 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 530a28b3bf1e..b3771f2626ef 100644 --- a/src/bindings/python/requirements_test.txt +++ b/src/bindings/python/requirements_test.txt @@ -24,7 +24,7 @@ flake8_commas flake8_pep3101 flake8_quotes mypy -onnx==1.12.0 +onnx==1.14.0 Pep8-naming pydocstyle pytest-forked; platform_system != "Windows"