From ac9384f8e32b587291b11f7b43e66d7d3681ff29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 11:40:10 +0200 Subject: [PATCH] Bump grpcio from 1.53.0 to 1.54.0 in /test/environment/grpc (#413) Bumps [grpcio](https://github.com/grpc/grpc) from 1.53.0 to 1.54.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.53.0...v1.54.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 8c3cd807..7e0dbfca 100644 --- a/test/environment/grpc/requirements.txt +++ b/test/environment/grpc/requirements.txt @@ -1,5 +1,5 @@ grpcio-tools==1.53.0 -grpcio==1.53.0 +grpcio==1.54.0 grpcio-reflection==1.53.0 grpcio-health-checking==1.53.0 grpcio-testing==1.53.0