From 14c9218241080767bc4bfe5aac5a4b44ba53099e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:50:29 +0000 Subject: [PATCH] Update frequenz-api-common requirement Updates the requirements on [frequenz-api-common](https://github.com/frequenz-floss/frequenz-api-common) to permit the latest version. - [Release notes](https://github.com/frequenz-floss/frequenz-api-common/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-api-common/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-api-common/compare/v0.6.5...v0.8.0) --- updated-dependencies: - dependency-name: frequenz-api-common dependency-version: 0.8.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 d0993dd..77ee2ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ ] requires-python = ">= 3.11, < 4" dependencies = [ - "frequenz-api-common >= 0.6.5, < 0.7.0", + "frequenz-api-common >= 0.6.5, < 0.9.0", # We can't widen beyond the current value unless we bump the minimum # requirements too because of protobuf cross-version runtime guarantees: # https://protobuf.dev/support/cross-version-runtime-guarantee/#major