From 50a0075c1b0c5b72b21de9f4a20647790cc98e23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 17:01:35 +0000 Subject: [PATCH] fix(deps): update dependency sphinx to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9da6f9f2..0f3b521b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ optional-dependencies.dev-min = [ optional-dependencies.docs = [ "autodoc-pydantic>=2.0.1", "nc-py-api[app,calendar]", - "sphinx<8", + "sphinx<9", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-issues>=3.0.1",