From 9ee66239330b2b95a713daf70bbc954fdef71c73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:25:48 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99b41c7..c15feb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pycodestyle = "2.11.1" mock = "5.1.0" pylint = "3.0.2" setuptools-scm = "8.0.4" -Sphinx = "5.3.0" +Sphinx = "7.2.6" [build-system]