diff --git a/poetry.lock b/poetry.lock index ce5e190..5c2ae4e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1026,7 +1026,7 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sphinx-click" -version = "3.0.3" +version = "3.1.0" description = "Sphinx extension that automatically documents click applications" category = "dev" optional = false @@ -1263,7 +1263,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "3322a9339fb26aa608f941ba4720795c3197fd3899500abe7a6d4c29bb355334" +content-hash = "1369f9e9cae05479c5fda61f06517f5c977d8dddd041503c811f4ddeef41d058" [metadata.files] alabaster = [ @@ -1840,8 +1840,8 @@ sphinx-autobuild = [ {file = "sphinx_autobuild-2021.3.14-py3-none-any.whl", hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac"}, ] sphinx-click = [ - {file = "sphinx-click-3.0.3.tar.gz", hash = "sha256:1ea30b53e06b14088e6343d200cdabe5e50304311eb281234768073b49135d8e"}, - {file = "sphinx_click-3.0.3-py3-none-any.whl", hash = "sha256:6003bb8ce697e3512ce45f02c91b3ef8e6a1df50b6abfc0e95add9026f47dfde"}, + {file = "sphinx-click-3.1.0.tar.gz", hash = "sha256:36dbf271b1d2600fb05bd598ddeed0b6b6acf35beaf8bc9d507ba7716b232b0e"}, + {file = "sphinx_click-3.1.0-py3-none-any.whl", hash = "sha256:8fb0b048a577d346d741782e44d041d7e908922858273d99746f305870116121"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, diff --git a/pyproject.toml b/pyproject.toml index 367dc8c..a7bf197 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pep8-naming = "^0.12.1" darglint = "^1.8.1" reorder-python-imports = "^2.7.1" pre-commit-hooks = "^4.0.1" -sphinx-click = "^3.0.3" +sphinx-click = "^3.1.0" Pygments = "^2.11.2" pyupgrade = "^2.31.0" furo = ">=2021.11.12"