From 66521192543358c42998d43e9ef94f988399714e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 08:10:08 +0000 Subject: [PATCH] Update protobuf requirement from <6,>=5.29.2 to >=5.29.2,<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/v5.29.2...v6.30.2) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.30.2 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 3cb1e86..272421c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "frequenz-client-base >= 0.9.0, < 0.10.0", "frequenz-client-common >= 0.1.0, < 0.4.0", "frequenz-api-electricity-trading >= 0.6.1, < 0.7.0", - "protobuf >= 5.29.2, < 6", + "protobuf >= 5.29.2, < 7", ] dynamic = ["version"]