From fa129e4b5812cede8a34bacda7913e0eba53e75a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 07:44:19 +0000 Subject: [PATCH] Update protobuf requirement in /tests 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.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constraints.txt b/tests/constraints.txt index f27a78153f911f..ac9309fb6280b5 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -17,7 +17,7 @@ test-generator==0.1.2 requests>=2.25.1 opencv-python>=4.5 paddlepaddle==2.5.0 -protobuf>=3.18.1,<4.0.0 +protobuf>=3.18.1,<6.0.0 py>=1.9.0 pytest>=5.0,<7.5 pytest-dependency==0.5.1