From ab52aa54ef868a016693ad6b0afff06780146750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:14:56 +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.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 5bbe65e61..9e2e3c64a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ # (plugins.mkdocstrings.handlers.python.import) "frequenz-client-microgrid >= 0.18.3, < 0.19.0", "frequenz-microgrid-component-graph >= 0.4, < 0.5", - "frequenz-client-common >= 0.3.6, < 0.4.0", + "frequenz-client-common >= 0.3.6, < 0.5.0", "frequenz-channels >= 1.6.1, < 2.0.0", "frequenz-quantities[marshmallow] >= 1.0.0, < 2.0.0", "numpy >= 2.1.0, < 3",