From cf54b41188ae87626fbd2e8ab0b01a896aba7414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:46:43 +0000 Subject: [PATCH] Update frequenz-client-dispatch requirement Updates the requirements on [frequenz-client-dispatch](https://github.com/frequenz-floss/frequenz-client-dispatch-python) to permit the latest version. - [Release notes](https://github.com/frequenz-floss/frequenz-client-dispatch-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-client-dispatch-python/blob/v1.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-client-dispatch-python/compare/v0.11.3...v1.0.0) --- updated-dependencies: - dependency-name: frequenz-client-dispatch dependency-version: 1.0.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 489f06e..e555656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ # plugins.mkdocstrings.handlers.python.import) "frequenz-sdk >= 1.0.0-rc2100, < 1.0.0-rc2200", "frequenz-channels >= 1.6.1, < 2.0.0", - "frequenz-client-dispatch >= 0.11.3, < 1.0.0", + "frequenz-client-dispatch >= 0.11.3, < 2.0.0", "frequenz-client-base >= 0.11.0, < 0.12.0", ] dynamic = ["version"]