From 71729b0beebe1ab58f64bf064adfac177e586fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 00:04:45 -0700 Subject: [PATCH] Bump grpcio from 1.51.3 to 1.53.0 in /test/environment/grpc (#406) Bumps [grpcio](https://github.com/grpc/grpc) from 1.51.3 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.51.3...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test/environment/grpc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/environment/grpc/requirements.txt b/test/environment/grpc/requirements.txt index 8233521b..32775934 100644 --- a/test/environment/grpc/requirements.txt +++ b/test/environment/grpc/requirements.txt @@ -1,5 +1,5 @@ grpcio-tools==1.51.3 -grpcio==1.51.3 +grpcio==1.53.0 grpcio-reflection==1.51.3 grpcio-health-checking==1.51.3 grpcio-testing==1.51.1