From 968fc680b7bf82ca920b27d0b271c2ce5f497566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 08:12:52 +0000 Subject: [PATCH] build(deps): bump click-extra in /docs Bumps [click-extra](https://github.com/kdeldycke/click-extra) in `/docs` from 7.9.0 to 7.10.0. Updates `click-extra` from 7.9.0 to 7.10.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.9.0...v7.10.0) --- updated-dependencies: - dependency-name: click-extra dependency-version: 7.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... 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 a24e4ebe..878cefe5 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -13,7 +13,7 @@ authors = [ ] dependencies = [ - "click-extra[sphinx]==7.9.0", + "click-extra[sphinx]==7.10.0", "furo==2025.12.19", "myst-parser==5.0.0", "rstcheck[sphinx]==6.2.5",