From bcf65a2ca052178d42ac1763bc81ef37a1684b46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:32:16 +0000 Subject: [PATCH] build(deps): bump grpcio from 1.47.5 to 1.53.0 in /tools/web Bumps [grpcio](https://github.com/grpc/grpc) from 1.47.5 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.5...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/web/requirements.txt b/tools/web/requirements.txt index 637b24a..fce887d 100644 --- a/tools/web/requirements.txt +++ b/tools/web/requirements.txt @@ -34,7 +34,7 @@ gql==3.4.0 graphene==3.2.2 graphql-core==3.2.3 graphql-relay==3.2.0 -grpcio==1.47.5 +grpcio==1.53.0 grpcio-health-checking==1.47.5 gunicorn==20.1.0 h11==0.14.0