From a17c6fab308475f427bc058996e8f1a71d80c34c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 20:21:19 +0000 Subject: [PATCH] Update protobuf requirement in /tools 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.29.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/constraints.txt b/tools/constraints.txt index 73d244545aa499..02b4e295a21fc1 100644 --- a/tools/constraints.txt +++ b/tools/constraints.txt @@ -5,7 +5,7 @@ h5py>=3.1.0,<3.11.0 onnx>=1.8.1,<=1.17.0 pytest>=5.0,<8.4 -protobuf>=3.18.1,<4.0.0 +protobuf>=3.18.1,<6.0.0 defusedxml>=0.7.1 requests>=2.25.1 coverage>=4.4.2,<=7.0.5