From cf4ee79531c511c0bb1bae24e7684206a97048c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 05:27:39 +0000 Subject: [PATCH] Bump grpcio from 1.54.2 to 1.54.3 Bumps [grpcio](https://github.com/grpc/grpc) from 1.54.2 to 1.54.3. - [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.54.3) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc6038e..aa96731 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ package_dir={"": "src"}, python_requires=">=3.5, <4", install_requires=[ - "grpcio==1.54.2", + "grpcio==1.54.3", "flask>=1.0,<3.0", "click>=7.0,<9.0", "uvicorn>=0.22.0",