From cdd8c07b502f286195d7f6797b1c4a19a77431d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 05:21:28 +0200 Subject: [PATCH] Bump grpcio from 1.56.2 to 1.57.0 in /test/environment/grpc (#481) Bumps [grpcio](https://github.com/grpc/grpc) from 1.56.2 to 1.57.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.56.2...v1.57.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 d076e7e8..f6d50827 100644 --- a/test/environment/grpc/requirements.txt +++ b/test/environment/grpc/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.56.2 +grpcio==1.57.0 grpcio-health-checking==1.56.2 grpcio-reflection==1.56.2 grpcio-testing==1.56.2