From 0d05f27489c24a48873a64912738a9ed7657a91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 12:16:06 +0000 Subject: [PATCH] Update protobuf requirement from <7,>=6.33.1 to >=6.33.1,<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 55de05e..190c562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "frequenz-api-reporting >= 0.10.0, < 0.11", "frequenz-client-common >= 0.3.7, < 0.4", "grpcio >=1.72.1, < 2", - "protobuf >=6.33.1, < 7", + "protobuf >= 6.33.1, < 8", "frequenz-client-base >= 0.11.0, < 0.12.0", ] dynamic = ["version"]