From 9c6d7ca4f18688bfebe82f7546cb9586641ce888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 11:38:26 +0000 Subject: [PATCH] Bump grpcio from 1.54.2 to 1.56.0 (#681) Bumps [grpcio](https://github.com/grpc/grpc) from 1.54.2 to 1.56.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.54.2...v1.56.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6cc4afa..c11836d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ djangorestframework==3.14.0 channels==4.0.0 channels-redis==4.1.0 celery==5.3.1 -grpcio==1.54.2 +grpcio==1.56.0 googleapis-common-protos==1.59.0 grpcio-tools==1.56.0 numpy==1.24.3