From efcbf59bae3676b78b4e514598e0ba1da630033d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 07:25:43 +0000 Subject: [PATCH] chore(deps): bump sphinx-click from 5.0.1 to 6.0.0 Bumps [sphinx-click](https://github.com/click-contrib/sphinx-click) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/click-contrib/sphinx-click/releases) - [Commits](https://github.com/click-contrib/sphinx-click/compare/5.0.1...6.0.0) --- updated-dependencies: - dependency-name: sphinx-click dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 737f641..0136bc1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1876,19 +1876,19 @@ docs = ["furo", "ipython", "myst-parser", "sphinx-copybutton", "sphinx-inline-ta [[package]] name = "sphinx-click" -version = "5.2.2" +version = "6.0.0" description = "Sphinx extension that automatically documents click applications" optional = false python-versions = ">=3.8" files = [ - {file = "sphinx_click-5.2.2-py3-none-any.whl", hash = "sha256:52be92a53e04de98b7228617a35008a4949910a70a597256c62ea4276c6a066d"}, - {file = "sphinx_click-5.2.2.tar.gz", hash = "sha256:191a36dd5b61f2036592a0b36a6ba037ae97b3dd7e8ce9a056588c5605ac7833"}, + {file = "sphinx_click-6.0.0-py3-none-any.whl", hash = "sha256:1e0a3c83bcb7c55497751b19d07ebe56b5d7b85eb76dd399cf9061b497adc317"}, + {file = "sphinx_click-6.0.0.tar.gz", hash = "sha256:f5d664321dc0c6622ff019f1e1c84e58ce0cecfddeb510e004cf60c2a3ab465b"}, ] [package.dependencies] -click = ">=7.0" +click = ">=8.0" docutils = "*" -sphinx = ">=2.0" +sphinx = ">=4.0" [[package]] name = "sphinxcontrib-applehelp"