From 44162012e5cbd8d8074549fe1d7fcdaa1d66f28b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 11:11:00 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to v9 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e5ae71..9cabdb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dev = [ ] docs = [ - "sphinx<8,>=6", + "sphinx<10,>=9", "pydata-sphinx-theme", "sphinx-autodoc-typehints", "myst-parser<3,>=2", @@ -115,7 +115,7 @@ all = [ "uvicorn==0.24.0", "SimpleColoredLogs==1.3.0", "timedelta==2020.12.3", - "sphinx<8,>=6", + "sphinx<10,>=9", "pydata-sphinx-theme", "sphinx-autodoc-typehints", "myst-parser<3,>=2",