From abfda0c42e7202f52e36fad1915dbefba4e23bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:07:18 +0000 Subject: [PATCH] Bump sphinx-click from 6.0.0 to 6.1.0 Bumps [sphinx-click](https://github.com/click-contrib/sphinx-click) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/click-contrib/sphinx-click/releases) - [Commits](https://github.com/click-contrib/sphinx-click/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: sphinx-click dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-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 0be1556..7fae832 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ optional-dependencies.dev = [ "shellcheck-py==0.11.0.1", "shfmt-py==3.12.0.2", "sphinx==8.2.3", - "sphinx-click==6.0.0", + "sphinx-click==6.1.0", "sphinx-copybutton==0.5.2", "sphinx-lint==1.0.0", "sphinx-pyproject==0.3.0",