Skip to content

Commit 9774331

Browse files
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](frequenz-floss/frequenz-client-microgrid-python@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: frequenz-client-microgrid dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f5e1ad3 commit 9774331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
# Make sure to update the mkdocs.yml file when
3030
# changing the version
3131
# (plugins.mkdocstrings.handlers.python.import)
32-
"frequenz-client-microgrid >= 0.6.0, < 0.7.0",
32+
"frequenz-client-microgrid >= 0.6.0, < 0.8.0",
3333
"frequenz-channels >= 1.6.0, < 2.0.0",
3434
"frequenz-quantities[marshmallow] >= 1.0.0, < 2.0.0",
3535
"networkx >= 2.8, < 4",

0 commit comments

Comments
 (0)