From c5d71e4ac8e75ba9193c78d51d311d0fc79fbc05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:42:50 +0000 Subject: [PATCH] chore(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 d4816e24..6bbfc9d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "pytest-mock>=3.8.2,<4", "python-dotenv>=1.0.0,<2", "requests-toolbelt>=1.0.0,<2", - "sphinx~=7.0", + "sphinx~=9.1", "sphinx-rtd-theme>=3.0.0,<4", "pytest-vcr>=1.0.2,<2", "ty>=0.0.21",