From a3bc766ae381f6dc0fd72a2c7c505511914375e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 03:28:58 +0000 Subject: [PATCH] build(deps): bump click-extra from 7.5.3 to 7.8.0 in /docs Bumps [click-extra](https://github.com/kdeldycke/click-extra) from 7.5.3 to 7.8.0. - [Release notes](https://github.com/kdeldycke/click-extra/releases) - [Changelog](https://github.com/kdeldycke/click-extra/blob/main/changelog.md) - [Commits](https://github.com/kdeldycke/click-extra/compare/v7.5.3...v7.8.0) --- updated-dependencies: - dependency-name: click-extra dependency-version: 7.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index de512193..289076c6 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -13,7 +13,7 @@ authors = [ ] dependencies = [ - "click-extra[sphinx]==7.5.3", + "click-extra[sphinx]==7.8.0", "furo==2025.12.19", "myst-parser==5.0.0", "rstcheck[sphinx]==6.2.5",