From 85db8e06a55bc030675b11a885b76a6872371157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:04:04 +0200 Subject: [PATCH] :arrow_up: Update sphinx-click requirement from ~=5.1.0 to ~=6.0.0 (#137) Updates the requirements on [sphinx-click](https://github.com/click-contrib/sphinx-click) to permit the latest version. - [Release notes](https://github.com/click-contrib/sphinx-click/releases) - [Commits](https://github.com/click-contrib/sphinx-click/compare/5.1.0...6.0.0) --- updated-dependencies: - dependency-name: sphinx-click dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Chico <37243453+JPchico@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a20ca5..91bac58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ 'sphinx~=7.3.7', 'sphinx-copybutton~=0.5.2', 'sphinx-book-theme~=1.1.2', - 'sphinx-click~=5.1.0', + 'sphinx-click~=6.0.0', 'sphinx-design~=0.5.0', 'sphinxcontrib-details-directive~=0.1.0', 'sphinx-autoapi~=3.0',