Skip to content

Commit 14840ca

Browse files
Bump dependency to 1.0.0rc3 (frequenz-floss#1096)
2 parents ec94e3e + 71d6f80 commit 14840ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
```
1717

1818
* The `MovingWindow` now take all arguments as keyword-only to avoid mistakes.
19+
* The `frequenz-quantities` dependency was bumped to `1.0.0rc3`.
1920

2021
## New Features
2122

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
# (plugins.mkdocstrings.handlers.python.import)
3232
"frequenz-client-microgrid >= 0.5.1, < 0.6.0",
3333
"frequenz-channels >= 1.2.0, < 2.0.0",
34-
"frequenz-quantities == 1.0.0rc2",
34+
"frequenz-quantities == 1.0.0rc3",
3535
"networkx >= 2.8, < 4",
3636
"numpy >= 1.26.4, < 2",
3737
"typing_extensions >= 4.6.1, < 5",

0 commit comments

Comments
 (0)