From 95b56842f339f0fd923e29e8e5e1995770a1034e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 16:15:39 +0000 Subject: [PATCH] Bump asyncclick from 8.2.2.2 to 8.3.0.7 in the minor group Bumps the minor group with 1 update: [asyncclick](https://github.com/python-trio/asyncclick). Updates `asyncclick` from 8.2.2.2 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:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ba80ba..ce545f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ email = "floss@frequenz.com" [project.optional-dependencies] cli = [ - "asyncclick == 8.2.2.2", + "asyncclick == 8.3.0.7", "prompt-toolkit == 3.0.52", "parsedatetime == 2.6", "tzlocal == 5.3.1",