From d1ece47ec18b8a86506391b08af70ddb73a4d905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:57:25 +0000 Subject: [PATCH] Update frequenz-client-reporting requirement Updates the requirements on [frequenz-client-reporting](https://github.com/frequenz-floss/frequenz-client-reporting-python) to permit the latest version. - [Release notes](https://github.com/frequenz-floss/frequenz-client-reporting-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-client-reporting-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-client-reporting-python/compare/v0.18.0...v0.20.0) --- updated-dependencies: - dependency-name: frequenz-client-reporting dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]