From 302a037a8c198f0ed6f5e777fd9dbc0651c321eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 05:03:58 +0000 Subject: [PATCH] Update grpcio requirement from <1.51.0,>=1.50.0 to >=1.50.0,<1.55.0 Updates the requirements on [grpcio](https://github.com/grpc/grpc) to permit the latest version. - [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.50.0...v1.54.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f23af70..edc87c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ httpx>=0.23.0,<0.24.0 # The next three are for Zeebe communication zeebe-grpc>=8.0.4,<8.1.0 -grpcio>=1.50.0,<1.51.0 +grpcio>=1.50.0,<1.55.0 Jinja2>=3.1.2,<3.2.0 # And this one is for the http server. Skip if not used (smaller image) aiohttp>=3.8.1,<3.9.0 \ No newline at end of file