From 2b805089e22ce5e68174a5034815bc14e9761142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 04:19:47 +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/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-client-dispatch-python/compare/v0.8.4...v0.9.0) --- updated-dependencies: - dependency-name: frequenz-client-dispatch dependency-version: 0.9.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 36f38623..e2692b6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ # plugins.mkdocstrings.handlers.python.import) "frequenz-sdk >= 1.0.0-rc1302, < 1.0.0-rc1900", "frequenz-channels >= 1.6.1, < 2.0.0", - "frequenz-client-dispatch >= 0.8.4, < 0.9.0", + "frequenz-client-dispatch >= 0.8.4, < 0.10.0", ] dynamic = ["version"]