From 3e222464d745539857df04486bbfe0c9f65be3db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:27:42 +0000 Subject: [PATCH] Bump grpcio from 1.0.0 to 1.53.2 in /mod21a-idenplat Bumps [grpcio](https://github.com/grpc/grpc) from 1.0.0 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.0.0...v1.53.2) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mod21a-idenplat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod21a-idenplat/requirements.txt b/mod21a-idenplat/requirements.txt index 1840686..297f4fa 100644 --- a/mod21a-idenplat/requirements.txt +++ b/mod21a-idenplat/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.0.0 +grpcio==1.53.2 protobuf<3.18.0 six>=1.13.0 flask