From b6c8e56866c653fca24ad6868b29172ffc1d3c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 02:46:05 +0000 Subject: [PATCH] chore(deps): bump protobuf from 3.20.3 to 6.33.0 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.3 to 6.33.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.33.0 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 8050cf1..ef02cc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "gevent-eventemitter==2.1", "greenlet==3.2.3", "idna==3.10", - "protobuf==3.20.3", + "protobuf==6.33.0", "pydantic==2.9.2", "pydantic-settings==2.6.1", "pycryptodomex==3.23.0",