From 47db4057378f98eabedd2bdb3e8e97ceccba1c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:35:56 +0530 Subject: [PATCH] security(deps): update grpcio requirement from >=1.71.2 to >=1.81.1 (#718) 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.71.2...v1.81.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.81.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e81d9e4a..2f44c1a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ "GitPython>=3.1.50", "chardet>=7.4.3", "protobuf>=5.29.1,<7.0", - "grpcio>=1.71.2", + "grpcio>=1.81.1", "beautifulsoup4>=4.15.0", "lxml>=6.1.1", "pypdf2>=2.10.0",