From 4c91004b262a9d197765f5c10ba9f9d0b456fa66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:54:17 +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 56b4439..d17216b 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"]