diff --git a/poetry.lock b/poetry.lock index 6128c628..8cf3d66b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1009,11 +1009,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" @@ -1261,7 +1261,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "1b7d28c2a05cb00d347db50d681bf64a2a7f9f8203f1149561231e2dfa9fb7c4" +content-hash = "b3a10ba43cdab0c5594c2f7cbbd23ca96ed61185ead3603de6e8c6c935a449b5" [metadata.files] alabaster = [ @@ -1875,8 +1875,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 1109accb..dd512601 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ reorder-python-imports = "^3.0.1" pre-commit-hooks = "^4.1.0" pytest_mock = "^3.7.0" black = "^22.3" -sphinx-click = "^3.1.0" +sphinx-click = "^4.0.0" types-PyYAML = "^6.0.5" coverage = {version = "6.3.2", extras = ["toml"]} pyupgrade = "^2.31.1"