From 19e7e3e8de846eaa13b67df4c46c244592027f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 10:55:10 -0700 Subject: [PATCH] Bump grpcio-tools from 1.48.1 to 1.50.0 in /tests (#3169) Bumps [grpcio-tools](https://grpc.io) from 1.48.1 to 1.50.0. --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 58bac01508..68ed4ed8a3 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -12,5 +12,5 @@ pytest-profiling==1.7.0 more-itertools==9.0.0 mock==4.0.3 grpcio==1.50.0 -grpcio-tools==1.48.1 +grpcio-tools==1.50.0 flaky==3.7.0