diff --git a/{{cookiecutter.project_name}}/poetry.lock b/{{cookiecutter.project_name}}/poetry.lock index d955bec99..7dbc075d4 100644 --- a/{{cookiecutter.project_name}}/poetry.lock +++ b/{{cookiecutter.project_name}}/poetry.lock @@ -783,7 +783,7 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sphinx-click" -version = "2.6.0" +version = "2.7.1" description = "Sphinx extension that automatically documents click applications" category = "dev" optional = false @@ -1003,7 +1003,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "55a159e6c19d7be19d1f2fd6f31685036a6a5c25396fa6a14e3415da01d2f38a" +content-hash = "b7aeb9bc0be4f35ec483e55aa34efb9e3ca7d8fda20e6e4c75584310dab78d90" [metadata.files] alabaster = [ @@ -1497,8 +1497,8 @@ sphinx-autobuild = [ {file = "sphinx_autobuild-2021.3.14-py3-none-any.whl", hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac"}, ] sphinx-click = [ - {file = "sphinx-click-2.6.0.tar.gz", hash = "sha256:6d4a5c5c90644f9100dd0b53dc64ba29164337b13360fcc9f28385561026f1b2"}, - {file = "sphinx_click-2.6.0-py2.py3-none-any.whl", hash = "sha256:eac13400cd026f216084e7ffddb8fddde5638e411dddad71250da1e92675c4fe"}, + {file = "sphinx-click-2.7.1.tar.gz", hash = "sha256:1b6175df5392564fd3780000d4627e5a2c8c3b29d05ad311dbbe38fcf5f3327b"}, + {file = "sphinx_click-2.7.1-py2.py3-none-any.whl", hash = "sha256:e738a2c7a87f23e67da4a9e28ca6f085d3ca626f0e4164847f77ff3c36c65df1"}, ] sphinx-rtd-theme = [ {file = "sphinx_rtd_theme-0.5.1-py2.py3-none-any.whl", hash = "sha256:fa6bebd5ab9a73da8e102509a86f3fcc36dec04a0b52ea80e5a033b2aba00113"}, diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index fbc5ec706..83afe879a 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -48,7 +48,7 @@ darglint = "^1.7.0" reorder-python-imports = "^2.4.0" pre-commit-hooks = "^3.4.0" sphinx-rtd-theme = "^0.5.1" -sphinx-click = "^2.6.0" +sphinx-click = "^2.7.1" Pygments = "^2.8.1" [tool.poetry.scripts]