From 23703e9554b02f4c9d44fe12c8ad442c5a8a8d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:02:20 +0000 Subject: [PATCH] Bump grpcio from 1.29.0 to 1.53.0 in /batch_processing Bumps [grpcio](https://github.com/grpc/grpc) from 1.29.0 to 1.53.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.29.0...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- batch_processing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batch_processing/requirements.txt b/batch_processing/requirements.txt index abae6e1..fce6e87 100644 --- a/batch_processing/requirements.txt +++ b/batch_processing/requirements.txt @@ -17,7 +17,7 @@ gast==0.2.2 google-auth==1.16.1 google-auth-oauthlib==0.4.1 google-pasta==0.2.0 -grpcio==1.29.0 +grpcio==1.53.0 h5py==2.10.0 idna==2.9 isort==4.3.21