From ede7ebf129b7c8f6b4c1366a7b5c2884d5988368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 02:51:17 +0000 Subject: [PATCH] Bump grpcio from 1.60.1 to 1.62.0 in /test Bumps [grpcio](https://github.com/grpc/grpc) from 1.60.1 to 1.62.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.60.1...v1.62.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 e5729847..4db24b28 100644 --- a/test/requirements.ci.txt +++ b/test/requirements.ci.txt @@ -1,5 +1,5 @@ docker==7.0.0 -grpcio==1.60.1 +grpcio==1.62.0 protobuf==4.25.3 requests==2.31.0 urllib3==2.2.1