From 4f75fc3e5fe2069c90f70841c02a6ea1b9df45d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:11:32 -0700 Subject: [PATCH] Bump grpcio-reflection from 1.54.2 to 1.55.0 in /test/environment/grpc (#442) Bumps [grpcio-reflection](https://grpc.io) from 1.54.2 to 1.55.0. --- updated-dependencies: - dependency-name: grpcio-reflection 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 a7483bb6..9d48e485 100644 --- a/test/environment/grpc/requirements.txt +++ b/test/environment/grpc/requirements.txt @@ -1,5 +1,5 @@ grpcio-tools==1.54.2 grpcio==1.55.0 -grpcio-reflection==1.54.2 +grpcio-reflection==1.55.0 grpcio-health-checking==1.54.2 grpcio-testing==1.54.2