From 3e5a54c4de34ae1d2e7e0c98ca940f75a38742fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 12:23: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 8108ec7..9377107 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,5 +27,5 @@ fonttools>=4.63.0 holidays>=0.102 zipp>=3.19.1 nltk>=3.10.2 -protobuf>=4.25.8 +protobuf>=7.35.1 urllib3>=2.5.0