From 30e00243b95ca749509ff525f8111e4e485783f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:55:40 +0000 Subject: [PATCH] build(deps): 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.4.0/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-client-common-python/compare/v0.3.6...v0.4.0) --- updated-dependencies: - dependency-name: frequenz-client-common dependency-version: 0.4.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 fd7959f..e5184fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "frequenz-api-microgrid >= 0.18.0, < 1", "frequenz-channels >= 1.6.1, < 2.0.0", "frequenz-client-base >= 0.10.0, < 0.12.0", - "frequenz-client-common >= 0.3.6, < 0.4.0", + "frequenz-client-common >= 0.3.6, < 0.5.0", "frequenz-core >= 1.3.0, < 2.0.0", "grpcio >= 1.80.0, < 2", "protobuf >= 6.33.6, < 8",