From 372fcfa0b26754445c77e6050995a51eafacd4db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 10:43:18 +0000 Subject: [PATCH] Bump sphinx-click from 3.0.1 to 3.0.2 Bumps [sphinx-click](https://github.com/stephenfin/sphinx-click) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/stephenfin/sphinx-click/releases) - [Commits](https://github.com/stephenfin/sphinx-click/compare/3.0.1...3.0.2) --- updated-dependencies: - dependency-name: sphinx-click dependency-type: direct:development update-type: version-update:semver-patch ... 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 9edea06b..8446af20 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1522,7 +1522,7 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sphinx-click" -version = "3.0.1" +version = "3.0.2" description = "Sphinx extension that automatically documents click applications" category = "dev" optional = false @@ -1814,7 +1814,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [metadata] lock-version = "1.1" python-versions = "^3.8.1,<3.10" -content-hash = "c1636cfc5ebc1f8ab415688363a1e3cc6ad9d208b00839b04d2d82f3d1d4861f" +content-hash = "90d0c3362ee72b6fd0124183e62d1852e2fee83910d27c0b58625599ad6b69fb" [metadata.files] alabaster = [ @@ -2880,8 +2880,8 @@ sphinx-autobuild = [ {file = "sphinx_autobuild-2021.3.14-py3-none-any.whl", hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac"}, ] sphinx-click = [ - {file = "sphinx-click-3.0.1.tar.gz", hash = "sha256:9b24c46f3b8f25fc639f47c97ac0361d9f80d48c2ed6b3917de2865bbdbe1785"}, - {file = "sphinx_click-3.0.1-py3-none-any.whl", hash = "sha256:e9ee2237e5a6b6620e9996b8214934afdf8f7f9f9fc082482c77be0e4379038e"}, + {file = "sphinx-click-3.0.2.tar.gz", hash = "sha256:29896dd12bfaacb566a8c7af2e2b675d010d69b0c5aad3b52495d4842358b15b"}, + {file = "sphinx_click-3.0.2-py3-none-any.whl", hash = "sha256:8529a02bea8cd2cd47daba2f71d7935c727c89d70baabec7fca31af49a0c379f"}, ] sphinx-rtd-theme = [ {file = "sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl", hash = "sha256:4d35a56f4508cfee4c4fb604373ede6feae2a306731d533f409ef5c3496fdbd8"}, diff --git a/pyproject.toml b/pyproject.toml index a2918644..fefa591b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ darglint = "^1.8.1" reorder-python-imports = "^2.5.0" pre-commit-hooks = "^4.0.1" sphinx-rtd-theme = "^1.0.0" -sphinx-click = "^3.0.1" +sphinx-click = "^3.0.2" Pygments = "^2.9.0" jupyter = "^1.0.0" xmltodict = "^0.12.0"