From 0f2575ff382e1d5bae3af908cbb908fcd9904257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:24:39 +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.6.0...v0.7.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 13774864..bc3fd45a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ requires-python = ">= 3.11, < 4" dependencies = [ "frequenz-api-microgrid >= 0.15.3, < 0.16.0", "frequenz-channels >= 1.0.0-rc1, < 2.0.0", - "frequenz-client-base >= 0.6.0, < 0.7", + "frequenz-client-base >= 0.6.0, < 0.8", "grpcio >= 1.54.2, < 2", "protobuf >= 4.21.6, < 6", "timezonefinder >= 6.2.0, < 7",