From 2610ea0370771cbf2d23390b420466832a0e00de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:18:22 +0000 Subject: [PATCH] Bump grpcio-tools from 1.64.1 to 1.65.1 in /hello-grpc-python Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.64.1 to 1.65.1. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.64.1...v1.65.1) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-minor ... 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 71ee5e7..69bb01a 100644 --- a/hello-grpc-python/requirements.txt +++ b/hello-grpc-python/requirements.txt @@ -1,5 +1,5 @@ # https://pypi.org/project/grpcio-tools/ -grpcio-tools==1.64.1 +grpcio-tools==1.65.1 # https://pypi.org/project/protobuf/ protobuf==5.27.2 # https://pypi.org/project/futures/