From 86bfdacbca823640f4cf17690cffa9fd25c89172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:18:47 +0000 Subject: [PATCH] Update frequenz-client-common requirement Updates the requirements on [frequenz-client-common](https://github.com/frequenz-floss/frequenz-client-common-python) to permit the latest version. - [Release notes](https://github.com/frequenz-floss/frequenz-client-common-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-client-common-python/blob/v0.4.0/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-client-common-python/compare/v0.3.7...v0.4.0) --- updated-dependencies: - dependency-name: frequenz-client-common dependency-version: 0.4.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 7f530fc..08a1b7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "typing_extensions >= 4.13.0, < 5", "grpc-stubs == 1.53.0.6", "frequenz-api-reporting >= 0.10.0, < 0.11", - "frequenz-client-common >= 0.3.7, < 0.4", + "frequenz-client-common >= 0.3.7, < 0.5", "grpcio >=1.72.1, < 2", "protobuf >= 6.33.1, < 8", "frequenz-client-base >= 0.11.0, < 0.12.0",