Skip to content

Commit cf2d3da

Browse files
committed
Bump dependency for frequenz-client-microgrid to v0.7.0
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent f5e1ad3 commit cf2d3da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ plugins:
118118
# See https://mkdocstrings.github.io/python/usage/#import for details
119119
- https://docs.python.org/3/objects.inv
120120
- https://frequenz-floss.github.io/frequenz-channels-python/v1.1/objects.inv
121-
- https://frequenz-floss.github.io/frequenz-client-microgrid-python/v0.5/objects.inv
121+
- https://frequenz-floss.github.io/frequenz-client-microgrid-python/v0.7/objects.inv
122122
- https://frequenz-floss.github.io/frequenz-quantities-python/v1/objects.inv
123123
- https://lovasoa.github.io/marshmallow_dataclass/html/objects.inv
124124
- https://marshmallow.readthedocs.io/en/stable/objects.inv

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.7.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)