From da0b5fb79433f38183edc8d6ac13e5f112647350 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 07:33:52 +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 09d4f156..b840c211 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ matplotlib="3.1.1" wget="3.2" pandas="0.25.3" flake8="3.7.9" -sphinx = "^2.2" +sphinx = "^8.0.0" sphinx-rtd-theme = "0.5.0" recommonmark = "0.6.0" pytest = "6.2.5"