diff --git a/pyproject.toml b/pyproject.toml index 2a3f045..5a72ab8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ requires-python = ">= 3.11, < 4" dependencies = [ "typing-extensions >= 4.12.0, < 5", - "frequenz-client-reporting >= 0.18.0, < 0.20.0", + "frequenz-client-reporting >= 0.18.0, < 0.21.0", "frequenz-client-common >= 0.3.0, < 0.4", ] dynamic = ["version"]