From 5c2a5ca3d98c9a6109b7b0382c1efc8d0ce5fbb5 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 01:20:20 +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 8c1255c..3674e67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pytest = "^9.0.0" pytest-cov = "^7.0.0" pytest-mock = "^3.10.0" responses = "^0.25.0" -sphinx = "7.4.7" +sphinx = "9.1.0" sphinx-rtd-theme = "^3.0.0" [tool.black]