From e12c4861d0e6be4e4876e6799fffe6b1e517df7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:55:43 +0000 Subject: [PATCH] Update protobuf requirement from >=4.25.8 to >=7.35.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e872a13..b673195 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,5 +26,5 @@ fonttools>=4.43.0 holidays>=0.45 zipp>=3.19.1 nltk>=3.8.2 -protobuf>=4.25.8 +protobuf>=7.35.1 urllib3>=2.5.0