From 0b2945dfbde2501fb5eb7ef035cbed6faef73213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 08:41:13 +0000 Subject: [PATCH] Bump protobuf from 5.27.0 to 5.27.1 in /hello-grpc-python Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.27.0 to 5.27.1. - [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/v5.27.0...v5.27.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hello-grpc-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-grpc-python/requirements.txt b/hello-grpc-python/requirements.txt index 2d9ccf8..a21ed7e 100644 --- a/hello-grpc-python/requirements.txt +++ b/hello-grpc-python/requirements.txt @@ -1,7 +1,7 @@ # https://pypi.org/project/grpcio-tools/ grpcio-tools==1.64.0 # https://pypi.org/project/protobuf/ -protobuf==5.27.0 +protobuf==5.27.1 # https://pypi.org/project/futures/ # https://pypi.org/project/futures3/ futures==3.0.5