From 4245dc9c9a857ef6b10d63dc01c0d2271fa3432d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:35:10 +0000 Subject: [PATCH] Update protobuf requirement from <6,>=4.21.6 to >=4.21.6,<7 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.22.0-rc1...v6.30.1) --- updated-dependencies: - dependency-name: protobuf 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 b8cd24e7..2edd9828 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "frequenz-channels >= 1.0.0-rc1, < 2.0.0", "frequenz-client-base >= 0.8.0, < 0.10.0", "grpcio >= 1.54.2, < 2", - "protobuf >= 4.21.6, < 6", + "protobuf >= 4.21.6, < 7", "timezonefinder >= 6.2.0, < 7", "typing-extensions >= 4.5.0, < 5", ]