From 5dfc170f554c0a3817c5855009cdb375c83dfaa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 09:23:13 +0000 Subject: [PATCH] Update frequenz-api-reporting requirement Updates the requirements on [frequenz-api-reporting](https://github.com/frequenz-floss/frequenz-api-reporting) to permit the latest version. - [Release notes](https://github.com/frequenz-floss/frequenz-api-reporting/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-api-reporting/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-api-reporting/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: frequenz-api-reporting 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 ea0619a..a1f03d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requires-python = ">= 3.11, < 4" dependencies = [ "typing_extensions >= 4.6.1, < 5", "grpc-stubs == 1.53.0.5", - "frequenz-api-reporting >= 0.5.0, < 0.6", + "frequenz-api-reporting >= 0.5.0, < 0.7", "frequenz-client-common >= 0.3.0, < 0.4", "grpcio >=1.66.1, < 2", "grpcio-tools >=1.66.1, < 2",