From 0d61bc82a9c5aa30ab46b7b5771051bb8547ec8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:28:40 -0600 Subject: [PATCH] Bump grpcio from 1.58.0 to 1.59.0 in /test (#511) Bumps [grpcio](https://github.com/grpc/grpc) from 1.58.0 to 1.59.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.58.0...v1.59.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 12c2a3fd..bd317217 100644 --- a/test/requirements.ci.txt +++ b/test/requirements.ci.txt @@ -1,5 +1,5 @@ docker==6.1.3 -grpcio==1.58.0 +grpcio==1.59.0 protobuf==4.24.3 requests==2.31.0 urllib3==2.0.5