From d5b776c9a9ed678203998e2ae96946c447253d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 10:52:57 +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 f71fa8d..911af90 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-datetimez == 20.10.0",