From fb272b6e869684f2c12fc57e363e74608f636951 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:35:50 +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 5e34eb32..54de465f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,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",