diff --git a/poetry.lock b/poetry.lock index 2d6e1562..af98e100 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1023,7 +1023,7 @@ docs = ["furo", "myst-parser", "sphinx-copybutton", "sphinx-inline-tabs", "ipyth [[package]] name = "sphinx-click" -version = "4.1.0" +version = "4.2.0" description = "Sphinx extension that automatically documents click applications" category = "dev" optional = false @@ -1275,7 +1275,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "76e3d5da19c132ed1bdc42edbf70d6d72d6d53ee9fa349ee64629f6dbe3f3f55" +content-hash = "27ada388b8adc1e35bdb9a47e97f5641d54db72420f6a6488beb48cbe25c81a3" [metadata.files] alabaster = [ @@ -1893,8 +1893,8 @@ sphinx-basic-ng = [ {file = "sphinx_basic_ng-0.0.1a11.tar.gz", hash = "sha256:bf9a8fda0379c7d2ab51c9543f2b18e014b77fb295b49d64f3c1a910c863b34f"}, ] sphinx-click = [ - {file = "sphinx-click-4.1.0.tar.gz", hash = "sha256:fedebd39991243ec5cfa1c9e483db7ea2621b3df2012315c89c6f1f3722f192b"}, - {file = "sphinx_click-4.1.0-py3-none-any.whl", hash = "sha256:60d6507bf623e20e9cbab732d19fc4890cc36a394c82ba8e2320f9f9fdc4571e"}, + {file = "sphinx-click-4.2.0.tar.gz", hash = "sha256:8429705474ebb009de5603c35b6a7bfe8501dbdb12d847cbb01f18277d4b7d9a"}, + {file = "sphinx_click-4.2.0-py3-none-any.whl", hash = "sha256:3ba8c97a40deaf09245c540accc4ac5c1d2942eaed0fa598403cdbf04a9cf95f"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, diff --git a/pyproject.toml b/pyproject.toml index 9cc5daf0..4b4d504c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ reorder-python-imports = "^3.1.0" pre-commit-hooks = "^4.3.0" pytest_mock = "^3.7.0" black = "^22.3" -sphinx-click = "^4.1.0" +sphinx-click = "^4.2.0" types-PyYAML = "^6.0.8" coverage = {version = "6.4.1", extras = ["toml"]} pyupgrade = "^2.34.0"