From 241e3290a37a9dc4c02a57aea341528094484e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:00:15 +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 c50906a..fcb3d6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "grpcio >= 1.54.2, < 2", "grpcio-tools >= 1.54.2, < 2", "protobuf >= 4.25.3, < 6", - "frequenz-client-base >= 0.6.0, < 0.7.0", + "frequenz-client-base >= 0.6.0, < 0.8.0", ] dynamic = ["version"]