From e5c9e1e7c402863259901ab7eb91af9499dc938c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:15:40 +0000 Subject: [PATCH] build(deps): Bump protobuf from 6.33.1 to 7.35.0 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.33.1 to 7.35.0. - [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:development 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 e26bf9dea..bb338df78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ dev = [ "antlr4-python3-runtime>=4.13.2,<5", "editorconfig-checker>=3.6.1,<4", "ruff>=0.8.0,<1", - "protobuf==6.33.1", + "protobuf==7.35.0", "pytest>=9.0.3,<10", "pyyaml>=6.0.3,<7", "mdutils>=1.8.1,<2",