From b17e3edfff0eb5584a94d68a3127ec9f5e3f00ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 18:15:52 +0000 Subject: [PATCH] Update frequenz-client-microgrid requirement Updates the requirements on [frequenz-client-microgrid](https://github.com/frequenz-floss/frequenz-client-microgrid-python) to permit the latest version. - [Release notes](https://github.com/frequenz-floss/frequenz-client-microgrid-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-client-microgrid-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-client-microgrid-python/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: frequenz-client-microgrid dependency-version: 0.8.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 dc6e8c36a..44c462fbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ # Make sure to update the mkdocs.yml file when # changing the version # (plugins.mkdocstrings.handlers.python.import) - "frequenz-client-microgrid >= 0.7.0, < 0.8.0", + "frequenz-client-microgrid >= 0.7.0, < 0.9.0", "frequenz-channels >= 1.6.0, < 2.0.0", "frequenz-quantities[marshmallow] >= 1.0.0, < 2.0.0", "networkx >= 2.8, < 4",