From b040c8facf03e7b2e236e7eae21abb4c8cbdd71d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 02:56:16 +0000 Subject: [PATCH] chore(deps): bump protobuf from 3.20.3 to 7.34.1 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.3 to 7.34.1. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bb4026..01e8155 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "gevent-eventemitter==2.1", "greenlet==3.3.2", "idna==3.11", - "protobuf==3.20.3", + "protobuf==7.34.1", "pydantic==2.12.5", "pydantic-settings==2.13.1", "pycryptodomex==3.23.0",