From 5b7b17b96c3887925715b7f8be2b04b5b92c658a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 09:03:25 +0000 Subject: [PATCH] Update protobuf requirement in /src/bindings/python Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.18.1...v5.26.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... 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 48c94a4cdabcae..a3ff0e94daa0f6 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -1,7 +1,7 @@ # used in multiple components onnx==1.13.1 # Python bindings, ONNX Frontend numpy>=1.16.6,<1.26 # Python bindings, frontends -protobuf>=3.18.1,<4.0.0 # Python bindings, frontends +protobuf>=3.18.1,<6.0.0 # Python bindings, frontends # pytest pytest>=5.0,<7.4