From ca7d2b21d042c4717dd25bc9b41be867576f1d7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:18:50 +0000 Subject: [PATCH] Bump onnx from 1.13.1 to 1.15.0 in /src/bindings/python Bumps [onnx](https://github.com/onnx/onnx) from 1.13.1 to 1.15.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.13.1...v1.15.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/bindings/python/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/constraints.txt b/src/bindings/python/constraints.txt index d4c8d587644996..f31dbceb7c5126 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -19,7 +19,7 @@ paddlepaddle==2.4.2 tensorflow>=1.15.5,<2.13.0 six~=1.16.0 protobuf>=3.18.1,<4.0.0 -onnx==1.13.1 +onnx==1.15.0 # torchvision > OpenVINO preprocessing converter pillow>=9.0