From 89ea4d60c66e3d0b299a2935877ec870161b2886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 13:37:25 +0000 Subject: [PATCH] Bump sphinx-click from 4.2.0 to 4.3.0 Bumps [sphinx-click](https://github.com/click-contrib/sphinx-click) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/click-contrib/sphinx-click/releases) - [Commits](https://github.com/click-contrib/sphinx-click/compare/4.2.0...4.3.0) --- updated-dependencies: - dependency-name: sphinx-click dependency-type: direct:production 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 57487c45..d1979d7f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1637,7 +1637,7 @@ docs = ["furo", "myst-parser", "sphinx-copybutton", "sphinx-inline-tabs", "ipyth [[package]] name = "sphinx-click" -version = "4.2.0" +version = "4.3.0" description = "Sphinx extension that automatically documents click applications" category = "dev" optional = false @@ -2026,7 +2026,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "bc05bc6db103f1d2293c0d543d16b5765b833aff0c37ca1810aba82324475b31" +content-hash = "2bfa202a8086034fa4d21d0d16149cef5f03813b3dbc334fbab73544212292c4" [metadata.files] alabaster = [ @@ -3062,8 +3062,8 @@ sphinx-basic-ng = [ {file = "sphinx_basic_ng-0.0.1a11.tar.gz", hash = "sha256:bf9a8fda0379c7d2ab51c9543f2b18e014b77fb295b49d64f3c1a910c863b34f"}, ] sphinx-click = [ - {file = "sphinx-click-4.2.0.tar.gz", hash = "sha256:8429705474ebb009de5603c35b6a7bfe8501dbdb12d847cbb01f18277d4b7d9a"}, - {file = "sphinx_click-4.2.0-py3-none-any.whl", hash = "sha256:3ba8c97a40deaf09245c540accc4ac5c1d2942eaed0fa598403cdbf04a9cf95f"}, + {file = "sphinx-click-4.3.0.tar.gz", hash = "sha256:bd4db5d3c1bec345f07af07b8e28a76cfc5006d997984e38ae246bbf8b9a3b38"}, + {file = "sphinx_click-4.3.0-py3-none-any.whl", hash = "sha256:23e85a3cb0b728a421ea773699f6acadefae171d1a764a51dd8ec5981503ccbe"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, diff --git a/pyproject.toml b/pyproject.toml index 1e82e074..3231f66d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ pep8-naming = "^0.13.0" darglint = "^1.8.1" reorder-python-imports = "^3.3.0" pre-commit-hooks = "^4.0.1" -sphinx-click = "^4.0.3" +sphinx-click = "^4.3.0" Pygments = "^2.10.0" pyupgrade = "^2.29.1" furo = ">=2021.11.12"