diff --git a/poetry.lock b/poetry.lock index 29c7bf1..faf83fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -882,7 +882,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 @@ -1127,7 +1127,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = ">=3.7.1,<3.10" -content-hash = "925b0aeee3b73dd80376dda8e0061049db4128d318e912e9d220def69a4e368e" +content-hash = "5c6abfc735deb112a25404f4d01b4b4acd795d0c4a3ea9b078ddce9e77741123" [metadata.files] alabaster = [ @@ -1708,8 +1708,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 ea66a07..b0691df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ darglint = "^1.8.1" reorder-python-imports = "^2.6.0" pre-commit-hooks = "^3.4.0" sphinx-rtd-theme = "^1.0.0" -sphinx-click = "^3.0.0" +sphinx-click = "^3.0.2" Pygments = "^2.8.1" [tool.poetry.scripts]