From 5f24140a8a2a4f5b53ba89ec5bce3cb761fa08ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:04:49 +0000 Subject: [PATCH] fix(deps): update dependency sphinx to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6eb7aa1..e77da446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = [{ name = "Enalean team" }] requires-python = ">=3.13" dependencies = [ - "Sphinx>=8.2.3,<9", + "Sphinx>=9.0.1,<10", "sphinx-rtd-theme>=3.0.2,<4", "sphinxext-rediraffe>=0.3,<0.4", "sphinx-notfound-page>=1.1.0,<2",