From 3a386e14a609a151304d079590c5e5aac5ba8434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:13:31 +0000 Subject: [PATCH] chore(deps): bump grpcio from 1.62.2 to 1.81.1 in /python Bumps [grpcio](https://github.com/grpc/grpc) from 1.62.2 to 1.81.1. - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.62.2...v1.81.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.81.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements-deploy.txt | 2 +- python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements-deploy.txt b/python/requirements-deploy.txt index 7e12dc9e9..395f18a0c 100644 --- a/python/requirements-deploy.txt +++ b/python/requirements-deploy.txt @@ -1,5 +1,5 @@ protobuf>=4,<5 -grpcio==1.62.2 +grpcio==1.81.1 grpcio-tools==1.62.2 docker==7.1.0 pyyaml==6.0.1 diff --git a/python/requirements.txt b/python/requirements.txt index cc17cf240..fa202e802 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ protobuf>=4,<5 -grpcio==1.62.2 +grpcio==1.81.1 grpcio-tools==1.62.2