From db9b9599be7ca62c8a5d74b1692fd891e6c6accb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:25:22 +0000 Subject: [PATCH] Update grpcio-tools requirement from <2,>=1.75.1 to >=1.80.0,<2 Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.75.1...v1.80.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.80.0 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 e873efd..7d28a66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ mypy-protobuf>=3.6,<6 -grpcio-tools>=1.75.1,<2 \ No newline at end of file +grpcio-tools>=1.80.0,<2 \ No newline at end of file