From ed565fbbbe51b2bf69eba1d507e0385ce695a3e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:37:46 +0000 Subject: [PATCH] chore(deps): update grpcio requirement in /scope_intel Updates the requirements on [grpcio](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.80.0...v1.81.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.81.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scope_intel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scope_intel/requirements.txt b/scope_intel/requirements.txt index d8d0e4d5..3652047e 100644 --- a/scope_intel/requirements.txt +++ b/scope_intel/requirements.txt @@ -36,7 +36,7 @@ pandas>=2.2.0 Pillow>=12.0.0 datasets>=3.5.0 accelerate>=1.0.0 -grpcio>=1.80.0 +grpcio>=1.81.1 grpcio-tools>=1.80.0 grpcio-reflection>=1.80.0 grpcio-health-checking>=1.80.0