From 4bd19092bb88f9ead96e725cc45e28647d80226a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:32:16 +0000 Subject: [PATCH] chore(deps): update grpcio requirement in /services/zc 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.66.0...v1.82.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.82.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/zc/app/requirements.txt | 2 +- services/zc/requirements-enterprise.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/zc/app/requirements.txt b/services/zc/app/requirements.txt index 657b2d4..6a19f95 100644 --- a/services/zc/app/requirements.txt +++ b/services/zc/app/requirements.txt @@ -10,7 +10,7 @@ blake3>=0.4.0 ## Protocol Buffers (Optional for wire CLI) protobuf>=5.27.0 -grpcio>=1.64.0 +grpcio>=1.82.1 grpcio-tools>=1.64.0 ## Observability diff --git a/services/zc/requirements-enterprise.txt b/services/zc/requirements-enterprise.txt index 00a5b93..40b6b91 100644 --- a/services/zc/requirements-enterprise.txt +++ b/services/zc/requirements-enterprise.txt @@ -10,7 +10,7 @@ aiohttp>=3.10.0 # === Protocol Buffers & gRPC === protobuf>=5.28.0 -grpcio>=1.66.0 +grpcio>=1.82.1 grpcio-tools>=1.66.0 # === High-Performance Serialization ===