From 585856732a536d7368a8fb2858db54dbd91a53b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:33:55 +0000 Subject: [PATCH] build(deps): bump grpcio from 1.59.3 to 1.60.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.59.3 to 1.60.0. - [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.59.3...v1.60.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0026e3af..11b8e6a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ google-cloud-ndb==2.2.2 google-cloud-tasks==2.14.2 googleapis-common-protos==1.62.0 grpc-google-iam-v1==0.13.0 -grpcio==1.59.3 +grpcio==1.60.0 grpcio-status==1.59.3 gunicorn==21.2.0 h11==0.14.0