From 8a9d221a27596f571c9f06ab1b0bf50eb78b2cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 01:58:09 +0000 Subject: [PATCH] Bump sphinx-click from 3.1.0 to 4.0.0 Bumps [sphinx-click](https://github.com/click-contrib/sphinx-click) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/click-contrib/sphinx-click/releases) - [Commits](https://github.com/click-contrib/sphinx-click/compare/3.1.0...4.0.0) --- updated-dependencies: - dependency-name: sphinx-click dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 17aa673..93b1210 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1023,11 +1023,11 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sphinx-click" -version = "3.1.0" +version = "4.0.0" description = "Sphinx extension that automatically documents click applications" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] click = ">=7.0" @@ -1260,7 +1260,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "19075d1e91a751c1ea39c82031432a6784b87b53c869a09168ef3f179e54a593" +content-hash = "db331d5db9e67699dce44337290640260cfd8e49216eeaf09fceb9294de8b141" [metadata.files] alabaster = [ @@ -1841,8 +1841,8 @@ sphinx-autobuild = [ {file = "sphinx_autobuild-2021.3.14-py3-none-any.whl", hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac"}, ] sphinx-click = [ - {file = "sphinx-click-3.1.0.tar.gz", hash = "sha256:36dbf271b1d2600fb05bd598ddeed0b6b6acf35beaf8bc9d507ba7716b232b0e"}, - {file = "sphinx_click-3.1.0-py3-none-any.whl", hash = "sha256:8fb0b048a577d346d741782e44d041d7e908922858273d99746f305870116121"}, + {file = "sphinx-click-4.0.0.tar.gz", hash = "sha256:3650d80994d157b1dc18e62fefd4e93511178f9ce9d8afd80627b1b3e0210cab"}, + {file = "sphinx_click-4.0.0-py3-none-any.whl", hash = "sha256:78b78d274e32ac663693c0af4e47d3254f4a5c41fef53ace6b443d9d0a3b0631"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, diff --git a/pyproject.toml b/pyproject.toml index f12e1d4..000e30d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pep8-naming = "^0.12.1" darglint = "^1.8.1" reorder-python-imports = "^3.0.1" pre-commit-hooks = "^4.2.0" -sphinx-click = "^3.1.0" +sphinx-click = "^4.0.0" Pygments = "^2.11.2" pyupgrade = "^2.32.0" furo = ">=2021.11.12"