From 1675eebef42eb953c92dc47d5a6d2505a3b2f7fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 03:33:26 +0000 Subject: [PATCH] build(deps): update dependency sphinx-lint to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35fb7ed..c0c37f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ docs = [ "sphinx-autobuild~=2024.2", "sphinx-pydantic==0.1.1", "sphinx-toolbox~=3.5", - "sphinx-lint==0.9.1", + "sphinx-lint==1.0.0", ] [build-system]