From e262e5e9f820aa9c99b7d93a216e9cfc5cd7256b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:13:29 +0000 Subject: [PATCH] Bump grpcio from 1.43.0 to 1.54.0 (#447) Bumps [grpcio](https://github.com/grpc/grpc) from 1.43.0 to 1.54.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.43.0...v1.54.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 cb667074..707e93d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ djangorestframework==3.13.1 channels==3.0.4 channels-redis==3.3.1 celery==5.2.7 -grpcio==1.43.0 +grpcio==1.54.0 googleapis-common-protos==1.53.0 grpcio-tools==1.43.0 numpy==1.22.2