diff --git a/poetry.lock b/poetry.lock index a32b2ef..11e0f07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -830,7 +830,7 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sphinx-click" -version = "4.0.3" +version = "4.2.0" description = "Sphinx extension that automatically documents click applications" category = "dev" optional = false @@ -1051,7 +1051,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "297463cc4ed15227ad2fdf343e52a40222909ce6b02d080b192f528961ba3115" +content-hash = "26d1c429522fab17e65f8dd0a216f529c0c9892767f65a9a68fdbd43ae71e31d" [metadata.files] alabaster = [ @@ -1510,8 +1510,8 @@ sphinx-autobuild = [ {file = "sphinx_autobuild-2021.3.14-py3-none-any.whl", hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac"}, ] sphinx-click = [ - {file = "sphinx-click-4.0.3.tar.gz", hash = "sha256:a1aacf00cfe11550a2211014617c426a94af8638f1ce735b5d9998cccf1a1edb"}, - {file = "sphinx_click-4.0.3-py3-none-any.whl", hash = "sha256:4c4b43386ff6304e47ae0467da9c980786eb3c1317cd6f488524c18931627c04"}, + {file = "sphinx-click-4.2.0.tar.gz", hash = "sha256:8429705474ebb009de5603c35b6a7bfe8501dbdb12d847cbb01f18277d4b7d9a"}, + {file = "sphinx_click-4.2.0-py3-none-any.whl", hash = "sha256:3ba8c97a40deaf09245c540accc4ac5c1d2942eaed0fa598403cdbf04a9cf95f"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, diff --git a/pyproject.toml b/pyproject.toml index cb5bd1f..a04fae5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pep8-naming = "^0.12.1" darglint = "^1.8.1" reorder-python-imports = "^3.1.0" pre-commit-hooks = "^4.0.1" -sphinx-click = "^4.0.3" +sphinx-click = "^4.2.0" Pygments = "^2.10.0" pyupgrade = "^2.32.1" furo = ">=2021.11.12"