From 89e7ed4d2c055170a12b572d1d33a96e683a1ebc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:09:43 -0400 Subject: [PATCH] Bump grpcio from 1.62.1 to 1.62.2 in /test (#602) Bumps [grpcio](https://github.com/grpc/grpc) from 1.62.1 to 1.62.2. - [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.1...v1.62.2) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch ... 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 a4761c2f..37afc221 100644 --- a/test/requirements.ci.txt +++ b/test/requirements.ci.txt @@ -1,5 +1,5 @@ docker==7.0.0 -grpcio==1.62.1 +grpcio==1.62.2 protobuf==5.26.1 requests==2.31.0 urllib3==2.2.1