From 71d6f8035bae51a35f8e69e0411fa2f949a422e1 Mon Sep 17 00:00:00 2001 From: Elzbieta Kotulska Date: Tue, 5 Nov 2024 13:04:44 +0100 Subject: [PATCH] Bump `frequenz-quantities` dependency to 1.0.0rc3 Signed-off-by: Elzbieta Kotulska --- RELEASE_NOTES.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b0fc6e355..87c1136fb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -16,6 +16,7 @@ ``` * The `MovingWindow` now take all arguments as keyword-only to avoid mistakes. +* The `frequenz-quantities` dependency was bumped to `1.0.0rc3`. ## New Features diff --git a/pyproject.toml b/pyproject.toml index ed832e1d0..e44241596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ # (plugins.mkdocstrings.handlers.python.import) "frequenz-client-microgrid >= 0.5.1, < 0.6.0", "frequenz-channels >= 1.2.0, < 2.0.0", - "frequenz-quantities == 1.0.0rc2", + "frequenz-quantities == 1.0.0rc3", "networkx >= 2.8, < 4", "numpy >= 1.26.4, < 2", "typing_extensions >= 4.6.1, < 5",