From b7a316d3a8151b0c9bdb54b28606129aed22297e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:36:38 +0000 Subject: [PATCH] Update frequenz-client-assets requirement Updates the requirements on [frequenz-client-assets](https://github.com/frequenz-floss/frequenz-client-assets-python) to permit the latest version. - [Release notes](https://github.com/frequenz-floss/frequenz-client-assets-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-client-assets-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-client-assets-python/compare/v0.1.0...v0.5.0) --- updated-dependencies: - dependency-name: frequenz-client-assets dependency-version: 0.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31607a2..03aad06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ microgrid = [ "frequenz-client-microgrid >= 0.18.3, < 0.19", ] assets = [ - "frequenz-client-assets >= 0.1.0, < 0.4", + "frequenz-client-assets >= 0.1.0, < 0.6", ] dev-flake8 = [ "flake8 == 7.3.0",