From e4370cf10ec0d46abef864956af6266daac3c195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 19:33:45 -0700 Subject: [PATCH] Bump protobuf from 4.24.1 to 4.24.2 in /test (#491) Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.24.1 to 4.24.2. - [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.24.1...v4.24.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 41f65469..052e6b14 100644 --- a/test/requirements.ci.txt +++ b/test/requirements.ci.txt @@ -1,6 +1,6 @@ docker==6.1.3 grpcio==1.57.0 -protobuf==4.24.1 +protobuf==4.24.2 requests==2.31.0 urllib3==2.0.4 websocket-client==1.6.2