From a3f2ae9baf78203fb1b456971bb073128c0a0685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:22:01 +0000 Subject: [PATCH] Update protobuf requirement from <7,>=5.29.2 to >=5.29.2,<8 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [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:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62a787f..9b68999 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requires-python = ">= 3.11, < 4" dependencies = [ "frequenz-channels >= 1.8.0, < 2", "grpcio >= 1.59, < 2", - "protobuf >= 5.29.2, < 7", + "protobuf >= 5.29.2, < 8", "typing-extensions >= 4.12.0, < 5", ] dynamic = ["version"]