From 37d70e32e0991256d1544e629df660865d98730d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:13:38 +0000 Subject: [PATCH] Update protobuf requirement from >=5.26.1 to >=7.34.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.34.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6473d2..2d4accf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "graphbrain", "aiohttp>=3.10.11", "filelock>=3.16.0", - "protobuf>=5.26.1", + "protobuf>=7.34.1", "requests>=2.32.2", "werkzeug>=3.0.6", ]