From 86e6d9d5a364bcee4415f4706700876746892e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 21:09:56 +0000 Subject: [PATCH] Bump grpcio from 1.42.0 to 1.43.0 in /tests Bumps [grpcio](https://github.com/grpc/grpc) from 1.42.0 to 1.43.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.42.0...v1.43.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 5dcfac0e36..0729a62f84 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -12,6 +12,6 @@ pytest-html==3.1.1 pytest-profiling==1.7.0 more-itertools==8.12.0 mock==4.0.3 -grpcio==1.42.0 +grpcio==1.43.0 grpcio-tools==1.42.0 flaky==3.7.0