diff --git a/poetry.lock b/poetry.lock index 7d56297..cc8625d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -823,14 +823,14 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sphinx-click" -version = "3.0.0" +version = "3.0.1" description = "Sphinx extension that automatically documents click applications" category = "dev" optional = false python-versions = ">=3.6" [package.dependencies] -click = ">=6.0" +click = ">=7.0" docutils = "*" sphinx = ">=2.0" @@ -1079,7 +1079,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 = "00fe1a1c8cbc2622e93a5de2e3d2e1fe0f1b439ed97f55d8adc6a928823014cf" +content-hash = "7f4dfb84d15325a1270bfbb25fcdfbdd0068464a5c92946886d41b1b021989e0" [metadata.files] alabaster = [ @@ -1565,8 +1565,8 @@ sphinx-autobuild = [ {file = "sphinx_autobuild-2021.3.14-py3-none-any.whl", hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac"}, ] sphinx-click = [ - {file = "sphinx-click-3.0.0.tar.gz", hash = "sha256:5f0d10a992eae1aa869b22720281eb3f2d0d8fa30364e75db31db52539c70f9e"}, - {file = "sphinx_click-3.0.0-py3-none-any.whl", hash = "sha256:5ae8e558ffe3ee976410f2bbd9213d2c1127bd22df1a47099bf179e775f24591"}, + {file = "sphinx-click-3.0.1.tar.gz", hash = "sha256:9b24c46f3b8f25fc639f47c97ac0361d9f80d48c2ed6b3917de2865bbdbe1785"}, + {file = "sphinx_click-3.0.1-py3-none-any.whl", hash = "sha256:e9ee2237e5a6b6620e9996b8214934afdf8f7f9f9fc082482c77be0e4379038e"}, ] sphinx-rtd-dark-mode = [ {file = "sphinx_rtd_dark_mode-1.2.2-py3-none-any.whl", hash = "sha256:82c5075146b144c32c05c6d3e5c609b90f86dd419ee02080eefe1820ce17a422"}, diff --git a/pyproject.toml b/pyproject.toml index 5d64b7f..ebbe30a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ darglint = "^1.5.8" reorder-python-imports = "^2.5.0" pre-commit-hooks = "^4.0.1" sphinx-rtd-theme = "^0.5.0" -sphinx-click = "^3.0.0" +sphinx-click = "^3.0.1" Pygments = "^2.8.1" types-pkg-resources = "^0.1.3" types-requests = "^0.1.13"