diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bf67007..06bc909 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,7 +6,7 @@ ## Upgrading - +* Upgraded reporting client to v0.9.0 ## New Features diff --git a/pyproject.toml b/pyproject.toml index f0c1d5f..119133a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ requires-python = ">= 3.11, < 4" dependencies = [ "typing-extensions >= 4.6.1, < 5", - "frequenz-client-reporting>=0.8.0, < 1", + "frequenz-client-reporting>=0.9.0, < 1", "frequenz-client-common >= 0.2.0, < 0.3", ] dynamic = ["version"]