From d302c897d4be41f849ec4840993fa5bf92f2f588 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 01:03:48 +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..8cc67fa 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.0.4" sphinx-rtd-theme = "^3.0.0" [tool.black]