From 79460c756030b3bb88986cc8c6d5fd2ab270ec31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 06:37:15 +0000 Subject: [PATCH] Bump grpcio from 1.49.0 to 1.49.1 in /tests Bumps [grpcio](https://github.com/grpc/grpc) from 1.49.0 to 1.49.1. - [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.49.0...v1.49.1) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch ... 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 f3db871cac..753eea9903 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.49.0 +grpcio==1.49.1 grpcio-tools==1.48.1 flaky==3.7.0