From a4d90471024a0cc5c928b3a6a9f7f9dc47966f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 08:41:20 +0000 Subject: [PATCH] Update protobuf requirement from >=5.0 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 8347e71..1d593c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,4 @@ numpy>=1.24 # and the terminal falls back to polling if they are absent. yfinance>=1.3 websockets>=12.0 -protobuf>=5.0 +protobuf>=7.35.1