From e00d20ec216138e49cff3945f471ff824218ba73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 21:35:10 +0000 Subject: [PATCH] build(deps): bump grpcio from 1.41.0 to 1.60.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.41.0 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.41.0...v1.60.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index c84c967..8410136 100644 --- a/Pipfile +++ b/Pipfile @@ -26,7 +26,7 @@ google-cloud-core = "==1.7.2" google-cloud-translate = "==3.6.0" googleapis-common-protos = "==1.53.0" googletrans = "==3.1.0a0" -grpcio = "==1.41.0" +grpcio = "==1.60.0" h11 = "==0.9.0" h2 = "==3.2.0" hpack = "==3.0.0"