From 9b16be90f657b2e673fa52e3caaffc1e6d5afb9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:14:13 +0000 Subject: [PATCH] Update protobuf requirement from >=7.34.0 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 30edf54..27d74eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,6 @@ dependencies = [ "gevent>=25.9.1", "gunicorn>=25.1.0", "mistune>=3.2.0", - "protobuf>=7.34.0", + "protobuf>=7.34.1", "requests>=2.32.5", ]