From e06e06a58581d3d4e9a9576eea5d2a1cb7e71441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:30:20 +0000 Subject: [PATCH] Build(deps): 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.0 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 48b20e3..b3379c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "typing-extensions >= 4.13.0, < 5", "frequenz-api-common >= 0.8.0, < 1", "frequenz-core >= 1.0.2, < 2", - "protobuf >= 6.33.1, < 7", + "protobuf >= 6.33.1, < 8", ] dynamic = ["version"]