From 4cc9c8efd19fac0c9cda1dec881067d0678131af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 12:13:48 +0530 Subject: [PATCH] deps(deps): update protobuf requirement (#723) Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.35.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 73d5aa6d..0098ffc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dependencies = [ "requests>=2.34.2", "GitPython>=3.1.50", "chardet>=7.4.3", - "protobuf>=5.29.1,<7.0", + "protobuf>=5.29.1,<8.0", "grpcio>=1.81.1", "beautifulsoup4>=4.15.0", "lxml>=6.1.1",