From 245f88b00db47aca5d57a5eb61374b6ee6780deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 13:05:10 +0000 Subject: [PATCH] Update frequenz-client-common requirement Updates the requirements on [frequenz-client-common](https://github.com/frequenz-floss/frequenz-client-common-python) to permit the latest version. - [Release notes](https://github.com/frequenz-floss/frequenz-client-common-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-client-common-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-client-common-python/compare/v0.1.0...v0.3.0) --- updated-dependencies: - dependency-name: frequenz-client-common 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 4171c257..0f8a597f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "grpcio >= 1.66.2, < 2", "frequenz-channels >= 1.6.1, < 2", "frequenz-client-base >= 0.9.0, < 0.10.0", - "frequenz-client-common >= 0.1.0, < 0.3.0", + "frequenz-client-common >= 0.1.0, < 0.4.0", "frequenz-api-electricity-trading >= 0.2.4, < 0.5", "protobuf >= 5.28.0, < 6", ]