From 00903a39d0ebd523a8b1e1b60e341bb9d1f301fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 19:52:51 +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.19.0) --- updated-dependencies: - dependency-name: frequenz-client-reporting dependency-version: 0.19.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 3a45cba..383039a 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.18.0, < 0.19.0", + "frequenz-client-reporting >= 0.18.0, < 0.20.0", "frequenz-client-common >= 0.3.0, < 0.4", ] dynamic = ["version"]