diff --git a/poetry.lock b/poetry.lock index a8e858cb..0da3787c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1306,11 +1306,11 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sphinx-click" -version = "3.1.0" +version = "4.0.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" @@ -1598,7 +1598,7 @@ fastapi-crudrouter = [] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "16a8b02d490adc0cf0b4381f99efc6690a4881dc065bb23e5cca1174914f0911" +content-hash = "a05c1a61b183530adaf32dc24e67ed99983cdcb8263bb609f1a3500061136307" [metadata.files] aiohttp = [ @@ -2549,8 +2549,8 @@ sphinx-autobuild = [ {file = "sphinx_autobuild-2021.3.14-py3-none-any.whl", hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac"}, ] 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.0.0.tar.gz", hash = "sha256:3650d80994d157b1dc18e62fefd4e93511178f9ce9d8afd80627b1b3e0210cab"}, + {file = "sphinx_click-4.0.0-py3-none-any.whl", hash = "sha256:78b78d274e32ac663693c0af4e47d3254f4a5c41fef53ace6b443d9d0a3b0631"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, diff --git a/pyproject.toml b/pyproject.toml index 47a1be73..4001d9d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ pep8-naming = "^0.12.1" darglint = "^1.8.1" reorder-python-imports = "^3.0.1" pre-commit-hooks = "^4.2.0" -sphinx-click = "^3.1.0" +sphinx-click = "^4.0.0" Pygments = "^2.11.2" pyupgrade = "^2.32.0" furo = ">=2021.11.12"