From dc6376d5a441396ee5250204addec81b3c8a9171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 22:53:49 -0400 Subject: [PATCH] Bump grpcio from 1.62.2 to 1.63.0 in /test (#611) Bumps [grpcio](https://github.com/grpc/grpc) from 1.62.2 to 1.63.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.62.2...v1.63.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/requirements.ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.ci.txt b/test/requirements.ci.txt index 197c01e8..c19cea18 100644 --- a/test/requirements.ci.txt +++ b/test/requirements.ci.txt @@ -1,5 +1,5 @@ docker==7.0.0 -grpcio==1.62.2 +grpcio==1.63.0 protobuf==5.26.1 requests==2.31.0 urllib3==2.2.1