From e33fefcf22356d601bb19cbdabaff996478bf0bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 00:32:37 +0000 Subject: [PATCH] Bump grpcio from 1.17.1 to 1.53.0 in /services/robustness Bumps [grpcio](https://github.com/grpc/grpc) from 1.17.1 to 1.53.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.17.1...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/robustness/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/robustness/requirements.txt b/services/robustness/requirements.txt index 07778c7..eb82d68 100644 --- a/services/robustness/requirements.txt +++ b/services/robustness/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.17.1 +grpcio==1.53.0 grpcio-tools==1.17.1 networkx==2.2 numpy==1.15.4