From 4661dfcd5b5f775aad7502af66a97519e8219d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:23:17 +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.2.0) --- updated-dependencies: - dependency-name: frequenz-client-assets dependency-version: 0.2.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 a4e170d..214fa17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ microgrid = [ "frequenz-client-microgrid >= 0.18.0, < 0.19", ] assets = [ - "frequenz-client-assets >= 0.1.0, < 0.2", + "frequenz-client-assets >= 0.1.0, < 0.3", ] dev-flake8 = [ "flake8 == 7.3.0",