From 884d7470845ef18554e64c3dc9cef1a8990aedb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:12:16 +0000 Subject: [PATCH] chore(deps): 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.8...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 1c89e54..5f29f75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "frequenz-api-assets >= 0.3.0, < 0.4.0", "frequenz-api-common >= 0.8.9, < 1", "frequenz-client-base >= 0.11.0, < 0.12.0", - "frequenz-client-common >= 0.3.8, < 0.4.0", + "frequenz-client-common >= 0.3.8, < 0.5.0", "grpcio >= 1.81.0, < 2", ] dynamic = ["version"]