From a2a54281d8fdaf2cbbd92d19ce6a438c4ad7e8a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 09:21:09 +0000 Subject: [PATCH] Build(deps): Update frequenz-microgrid-component-graph requirement Updates the requirements on [frequenz-microgrid-component-graph](https://github.com/frequenz-floss/frequenz-microgrid-component-graph-python) to permit the latest version. - [Release notes](https://github.com/frequenz-floss/frequenz-microgrid-component-graph-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-microgrid-component-graph-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-microgrid-component-graph-python/compare/v0.2.0...v0.3.4) --- updated-dependencies: - dependency-name: frequenz-microgrid-component-graph dependency-version: 0.3.4 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 02b66f2..c669812 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "marshmallow-dataclass >= 8.7.1, < 9", "asyncclick >= 8.3.0.4, < 9", "typing-extensions >= 4.14.1, < 5", - "frequenz-microgrid-component-graph >= 0.2.0, < 0.3", + "frequenz-microgrid-component-graph >= 0.2.0, < 0.4", "frequenz-client-assets >= 0.2.0, < 0.3", ] dynamic = ["version"]