From 75c626f26d0577b1f44a9f771baeba919efecceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 02:22:17 +0000 Subject: [PATCH] Bump protobuf from 4.25.3 to 5.26.0 in /test Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.3 to 5.26.0. - [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/v4.25.3...v5.26.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test/requirements.ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.ci.txt b/test/requirements.ci.txt index db568620..54af2630 100644 --- a/test/requirements.ci.txt +++ b/test/requirements.ci.txt @@ -1,6 +1,6 @@ docker==7.0.0 grpcio==1.62.1 -protobuf==4.25.3 +protobuf==5.26.0 requests==2.31.0 urllib3==2.2.1 websocket-client==1.7.0