From 22c749edb4c45fbed2a7ce9d139539b9f142de70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:33:12 +0000 Subject: [PATCH] Bump grpcio in /benchmarks/online-shop/recommendationservice Bumps [grpcio](https://github.com/grpc/grpc) from 1.47.0 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.47.0...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/online-shop/recommendationservice/requirements.in | 2 +- benchmarks/online-shop/recommendationservice/requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/benchmarks/online-shop/recommendationservice/requirements.in b/benchmarks/online-shop/recommendationservice/requirements.in index 02c69310..a61126ad 100644 --- a/benchmarks/online-shop/recommendationservice/requirements.in +++ b/benchmarks/online-shop/recommendationservice/requirements.in @@ -1,7 +1,7 @@ google-api-core==2.8.2 google-cloud-profiler==4.0.0 grpcio-health-checking==1.47.0 -grpcio==1.47.0 +grpcio==1.53.0 opencensus==0.9.0 opencensus-ext-stackdriver==0.8.0 opencensus-ext-grpc==0.7.1 diff --git a/benchmarks/online-shop/recommendationservice/requirements.txt b/benchmarks/online-shop/recommendationservice/requirements.txt index de6a25c4..7438c039 100644 --- a/benchmarks/online-shop/recommendationservice/requirements.txt +++ b/benchmarks/online-shop/recommendationservice/requirements.txt @@ -43,7 +43,7 @@ googleapis-common-protos==1.56.3 # via # google-api-core # grpcio-status -grpcio==1.47.0 +grpcio==1.53.0 # via # -r requirements.in # google-api-core @@ -109,7 +109,6 @@ six==1.16.0 # via # google-auth # google-auth-httplib2 - # grpcio uritemplate==3.0.1 # via google-api-python-client urllib3==1.26.10