From 743722cd4cfda65ff72616bb7e1441f457b57eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:44:30 +0000 Subject: [PATCH] chore(deps-dev): bump sphinx-click from 5.0.1 to 5.1.0 Bumps [sphinx-click](https://github.com/click-contrib/sphinx-click) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/click-contrib/sphinx-click/releases) - [Commits](https://github.com/click-contrib/sphinx-click/compare/5.0.1...5.1.0) --- updated-dependencies: - dependency-name: sphinx-click dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 94e27dac..6180247f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2369,13 +2369,13 @@ docs = ["furo", "sphinx", "sphinx-design"] [[package]] name = "sphinx-click" -version = "5.0.1" +version = "5.1.0" description = "Sphinx extension that automatically documents click applications" optional = false python-versions = ">=3.8" files = [ - {file = "sphinx-click-5.0.1.tar.gz", hash = "sha256:fcc7df15e56e3ff17ebf446cdd316c2eb79580b37c49579fba11e5468802ef25"}, - {file = "sphinx_click-5.0.1-py3-none-any.whl", hash = "sha256:31836ca22f746d3c26cbfdfe0c58edf0bca5783731a0b2e25bb6d59800bb75a1"}, + {file = "sphinx-click-5.1.0.tar.gz", hash = "sha256:6812c2db62d3fae71a4addbe5a8a0a16c97eb491f3cd63fe34b4ed7e07236f33"}, + {file = "sphinx_click-5.1.0-py3-none-any.whl", hash = "sha256:ae97557a4e9ec646045089326c3b90e026c58a45e083b8f35f17d5d6558d08a0"}, ] [package.dependencies] @@ -2845,4 +2845,4 @@ tools = ["esptool"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "a31b36234b8a35054e09185e806ce687a537776fefbc5c3d6edd29d0f8a941c2" +content-hash = "991f6fdc1f690fa9fa0e8e7bdf5c263ec28b3ec6fcab4c66566da4d175555ccb" diff --git a/pyproject.toml b/pyproject.toml index 7a06a1fa..af46a889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ sphinx = "^7.2.6" myst-parser = ">=0.17" sphinx_rtd_theme = ">=1,<3" sphinx-autoapi = "^3.0.0" -sphinx-click = "5.0.1" +sphinx-click = "5.1.0" sphinxcontrib-mermaid = ">=0.9.2" [tool.poetry.group.dev]