From fa46c0a720bf76a91a5fa6a9ed1d6217a4b641bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 02:18:26 +0000 Subject: [PATCH] Bump grpcio from 1.56.0 to 1.56.2 in /test Bumps [grpcio](https://github.com/grpc/grpc) from 1.56.0 to 1.56.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.56.0...v1.56.2) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch ... 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 a7de78f5..ad4dc744 100644 --- a/test/requirements.ci.txt +++ b/test/requirements.ci.txt @@ -1,5 +1,5 @@ docker==6.1.3 -grpcio==1.56.0 +grpcio==1.56.2 protobuf==4.23.4 requests==2.31.0 urllib3==2.0.3