From 894a0515c1cb23a533954ffcb622639fb5b3c4da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:07:06 +0000 Subject: [PATCH] Bump grpcio from 1.48.1 to 1.49.0 in /tests Bumps [grpcio](https://github.com/grpc/grpc) from 1.48.1 to 1.49.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.48.1...v1.49.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 c789f14c2c..f3db871cac 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -11,6 +11,6 @@ pytest-html==3.1.1 pytest-profiling==1.7.0 more-itertools==8.14.0 mock==4.0.3 -grpcio==1.48.1 +grpcio==1.49.0 grpcio-tools==1.48.1 flaky==3.7.0