From b80d70217084d0bb57f246ec8bb2cd296c2b05e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:18:51 +0000 Subject: [PATCH] Bump grpcio Bumps [grpcio](https://github.com/grpc/grpc) from 1.38.1 to 1.53.2. - [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.38.1...v1.53.2) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../examples/dgraph/data/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/aks/series_1_endpoint/part_4_ingress_nginx_grpc/examples/dgraph/data/requirements.txt b/kubernetes/aks/series_1_endpoint/part_4_ingress_nginx_grpc/examples/dgraph/data/requirements.txt index 939dede..c2289c8 100644 --- a/kubernetes/aks/series_1_endpoint/part_4_ingress_nginx_grpc/examples/dgraph/data/requirements.txt +++ b/kubernetes/aks/series_1_endpoint/part_4_ingress_nginx_grpc/examples/dgraph/data/requirements.txt @@ -1,5 +1,5 @@ certifi==2021.5.30 -grpcio==1.38.1 +grpcio==1.53.2 protobuf==3.17.3 pydgraph==21.3.0 six==1.16.0