diff --git a/poetry.lock b/poetry.lock index 32b20da..a997188 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1080,11 +1080,11 @@ docs = ["furo", "myst-parser", "sphinx-copybutton", "sphinx-inline-tabs", "ipyth [[package]] name = "sphinx-click" -version = "3.1.0" +version = "4.1.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" @@ -1309,7 +1309,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "11bd59237be2c745df965912c7d4fbde7bd0335ee827e19d28e3b54a37f4a0fd" +content-hash = "6426fa7cc55951a577d92e61759984296bbb7b0a0e3a9694ad545fef6096e77d" [metadata.files] alabaster = [ @@ -1942,8 +1942,8 @@ sphinx-basic-ng = [ {file = "sphinx_basic_ng-0.0.1a11.tar.gz", hash = "sha256:bf9a8fda0379c7d2ab51c9543f2b18e014b77fb295b49d64f3c1a910c863b34f"}, ] 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.1.0.tar.gz", hash = "sha256:fedebd39991243ec5cfa1c9e483db7ea2621b3df2012315c89c6f1f3722f192b"}, + {file = "sphinx_click-4.1.0-py3-none-any.whl", hash = "sha256:60d6507bf623e20e9cbab732d19fc4890cc36a394c82ba8e2320f9f9fdc4571e"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, diff --git a/pyproject.toml b/pyproject.toml index 4293a77..a8b607f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pep8-naming = "^0.12.1" darglint = "^1.8.1" reorder-python-imports = "^2.6.0" pre-commit-hooks = "^4.0.1" -sphinx-click = "^3.0.2" +sphinx-click = "^4.1.0" Pygments = "^2.10.0" pyupgrade = "^2.29.1" furo = ">=2021.11.12"