diff --git a/poetry.lock b/poetry.lock index 7507b1c..178651b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1026,7 +1026,7 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sphinx-click" -version = "3.0.2" +version = "3.0.3" description = "Sphinx extension that automatically documents click applications" category = "dev" optional = false @@ -1263,7 +1263,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "fcce91df7b538440cef0d7b4409db00c9846c79927102c1e61771b6fe8892dbc" +content-hash = "3322a9339fb26aa608f941ba4720795c3197fd3899500abe7a6d4c29bb355334" [metadata.files] alabaster = [ @@ -1843,8 +1843,8 @@ sphinx-autobuild = [ {file = "sphinx_autobuild-2021.3.14-py3-none-any.whl", hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac"}, ] sphinx-click = [ - {file = "sphinx-click-3.0.2.tar.gz", hash = "sha256:29896dd12bfaacb566a8c7af2e2b675d010d69b0c5aad3b52495d4842358b15b"}, - {file = "sphinx_click-3.0.2-py3-none-any.whl", hash = "sha256:8529a02bea8cd2cd47daba2f71d7935c727c89d70baabec7fca31af49a0c379f"}, + {file = "sphinx-click-3.0.3.tar.gz", hash = "sha256:1ea30b53e06b14088e6343d200cdabe5e50304311eb281234768073b49135d8e"}, + {file = "sphinx_click-3.0.3-py3-none-any.whl", hash = "sha256:6003bb8ce697e3512ce45f02c91b3ef8e6a1df50b6abfc0e95add9026f47dfde"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, diff --git a/pyproject.toml b/pyproject.toml index fbed5ed..367dc8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pep8-naming = "^0.12.1" darglint = "^1.8.1" reorder-python-imports = "^2.7.1" pre-commit-hooks = "^4.0.1" -sphinx-click = "^3.0.2" +sphinx-click = "^3.0.3" Pygments = "^2.11.2" pyupgrade = "^2.31.0" furo = ">=2021.11.12"