From 97a2b77cade1ed6f13726d85f6a42099cbfdfc72 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 2 Sep 2024 10:38:41 +0200 Subject: [PATCH] Bump `frequenz-client-microgrid` to 0.5.1 This is to keep the default SSL option to false. Signed-off-by: Leandro Lucarella --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61953cd0e..cf07be8a5 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.5.0, < 0.6.0", + "frequenz-client-microgrid >= 0.5.1, < 0.6.0", "frequenz-channels >= 1.1.0, < 2.0.0", "networkx >= 2.8, < 4", "numpy >= 1.26.4, < 2",