From 13eff073bde8003623ccaee5503e05c2e3c90959 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 15:58:19 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcbe5e3..ec432d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest = "^8.0.0" pytest-cov = "^6.0.0" pytest-mock = "^3.10.0" responses = "^0.25.0" -sphinx = "7.4.7" +sphinx = "8.2.3" sphinx-rtd-theme = "^3.0.0" [tool.black]