From bbbb9a2ed5d34c297403cc74683995d390d7d0fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 08:25:26 +0000 Subject: [PATCH] build(deps): bump protobuf from 5.29.6 to 7.35.1 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.6 to 7.35.1. - [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 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 0d1c04b..595fffd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "charset-normalizer == 3.4.1", "googleapis-common-protos == 1.66.0", "packaging == 24.2", - "protobuf == 5.29.6", + "protobuf == 7.35.1", "importlib-metadata == 6.0", "wrapt == 1.17.3", "typing-extensions == 4.14.0",