From f968dacbb808f3c6d07460a60b88263cb74804be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 00:53:59 +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 aaa1ea145..498dcf6e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ version = "19.12.6" dependencies = [ "grpcio == 1.78.1", "grpcio-tools == 1.78.1", - "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",