From 178774923c595485d78596901a3dbda2867896be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 15:28:06 +0000 Subject: [PATCH] Update frequenz-client-base requirement Updates the requirements on [frequenz-client-base](https://github.com/frequenz-floss/frequenz-client-base-python) to permit the latest version. - [Release notes](https://github.com/frequenz-floss/frequenz-client-base-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-client-base-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-client-base-python/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: frequenz-client-base 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 fe008762..c37d6f47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ requires-python = ">= 3.11, < 4" dependencies = [ "typing-extensions >= 4.6.1, < 5", "frequenz-api-dispatch == 1.0.0-rc1", - "frequenz-client-base >= 0.8.0, < 0.9.0", + "frequenz-client-base >= 0.8.0, < 0.10.0", "frequenz-client-common >= 0.1.0, < 0.4.0", "grpcio >= 1.66.1, < 2", "python-dateutil >= 2.8.2, < 3.0",