From 21a5cfedde8bb4d0bd09b5d6ca39e557ec320ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 22:16:49 +0000 Subject: [PATCH] chore(deps-dev): bump asyncclick from 8.3.0.4 to 8.3.0.7 Bumps [asyncclick](https://github.com/python-trio/asyncclick) from 8.3.0.4 to 8.3.0.7. - [Changelog](https://github.com/python-trio/asyncclick/blob/main/CHANGES.rst) - [Commits](https://github.com/python-trio/asyncclick/commits) --- updated-dependencies: - dependency-name: asyncclick dependency-version: 8.3.0.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd5d3fa..33fc604 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ name = "Frequenz Energy-as-a-Service GmbH" email = "floss@frequenz.com" [project.optional-dependencies] -cli = ["asyncclick == 8.3.0.4"] +cli = ["asyncclick == 8.3.0.7"] dev-flake8 = [ "flake8 == 7.3.0", "flake8-docstrings == 1.7.0",