From 2ccbae632ab22b522e984f2ab8ab2c59a0772aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:26:42 +0000 Subject: [PATCH] build(deps): update grpcio-tools requirement from >=1.81.1 to >=1.83.0 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.81.1...v1.83.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.83.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 448ff6a..ea30bc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ accelerate cmake grpcio>=1.81.1 -grpcio-tools>=1.81.1 +grpcio-tools>=1.83.0 matplotlib ninja numpy