From 400cb12a5ff48fdfa307ee9255d379a559c17294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:11:32 +0000 Subject: [PATCH] Bump grpcio in /docs/examples/fork-process-model/flask-gunicorn Bumps [grpcio](https://github.com/grpc/grpc) from 1.35.0 to 1.53.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.35.0...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../examples/fork-process-model/flask-gunicorn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/fork-process-model/flask-gunicorn/requirements.txt b/docs/examples/fork-process-model/flask-gunicorn/requirements.txt index 86b654a95dc..e14e9957b7e 100644 --- a/docs/examples/fork-process-model/flask-gunicorn/requirements.txt +++ b/docs/examples/fork-process-model/flask-gunicorn/requirements.txt @@ -1,7 +1,7 @@ click==7.1.2 Flask==1.1.2 googleapis-common-protos==1.52.0 -grpcio==1.35.0 +grpcio==1.53.0 gunicorn==20.0.4 itsdangerous==1.1.0 Jinja2==2.11.3