From a13d207392fd5c81410bb5d7391dddab7df511bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 21:10:29 +0000 Subject: [PATCH] chore(deps): update dependency sphinx-click to v5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e498a16..53969ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,7 @@ mock = "^5.0.1" optional = true [tool.poetry.group.docs.dependencies] -sphinx-click = "^4.3.0" +sphinx-click = "^5.0.0" sphinx-autodoc-typehints = "^1.19.2" recommonmark = "^0.7.0" Sphinx = "^5.2.1"