From 00db8e51382e796e7bd34b047f0e2d35216e0d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 00:54:16 +0000 Subject: [PATCH] build(deps): bump protobuf from 6.33.5 to 7.34.0 in the grpc group Bumps the grpc group with 1 update: [protobuf](https://github.com/protocolbuffers/protobuf). Updates `protobuf` from 6.33.5 to 7.34.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.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: grpc ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d72d867db..6f7c48bd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ version = "19.12.7" dependencies = [ "grpcio == 1.78.0", "grpcio-tools == 1.78.0", - "protobuf == 6.33.5", + "protobuf == 7.34.0", "robotframework >= 6.1.1, < 9.0.0", "robotframework-pythonlibcore >= 4.4.1, < 5.0.0", "robotframework-assertion-engine >= 4.0.0, < 5.0.0",