From 90eeb857489c6be46b7e96384ba73367bfeb0e5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:38:47 +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 b2b1bad..23c4a2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pycodestyle = "2.12.0" mock = "5.1.0" pylint = "3.2.6" setuptools-scm = "8.1.0" -Sphinx = "7.4.7" +Sphinx = "8.0.2" responses = "^0.25.0"