From 247e4e14835cd0882e0d8c792b886d220cd6a3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:42:22 +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...v4.25.2) --- 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 7a32f3987fa5bb..18ef7dc5390182 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -16,7 +16,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,<5.0.0 py>=1.9.0 pytest>=5.0,<7.5 pytest-dependency==0.5.1