From 847a1905b1669214d8e6f3f57f4d8a26d155dcde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:00:43 +0000 Subject: [PATCH] Bump grpcio from 1.57.0 to 1.58.0 (#837) Bumps [grpcio](https://github.com/grpc/grpc) from 1.57.0 to 1.58.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.57.0...v1.58.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 b51c56cc..7ae1f23c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ djangorestframework==3.14.0 channels==4.0.0 channels-redis==4.1.0 celery==5.3.4 -grpcio==1.57.0 +grpcio==1.58.0 googleapis-common-protos==1.60.0 grpcio-tools==1.58.0 numpy==1.24.3