From 9664fbe9732cf3b4663874309bc5e334694733bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 03:54:37 +0000 Subject: [PATCH] Update protobuf requirement from <7,>=6.31.1 to >=6.31.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 9425f25..2fafbfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "frequenz-client-common >= 0.3.6, < 0.4.0", "frequenz-core >= 1.3.0, < 2.0.0", "grpcio >= 1.72.1, < 2", - "protobuf >= 6.31.1, < 7", + "protobuf >= 6.31.1, < 8", "typing-extensions >= 4.13.0, < 5", ] dynamic = ["version"]