From 0e45292ea96aa950330dfc05173b1e1c0d38b36a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 09:36:58 +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 58711d5..1d7dddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pre-commit = [ ] docs = [ - "sphinx>=7,<8", + "sphinx>=9,<10", "nbsphinx>=0.9,<1.0", "sphinx_rtd_theme>=3,<3.2", "sphinx_copybutton>=0.5,<1.0",