From 79d35d4e893870d85d15f55ae1d2d00054236640 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 07:22:59 +0000 Subject: [PATCH] Update dependency sphinx to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18a56721..7f0d14cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ check-manifest = {version = "^0.48", python = "^3.6"} bump2version = {version = "^1.0.0", python = "^3.6"} git-changelog = {version = "^1.0.0", python = "^3.6.2"} poetry = "=1.1.14" -sphinx = "=4.5.0" +sphinx = "=7.2.4" sphinx-autobuild = "^2021.0.0" sphinx_rtd_theme = "^1.0.0" lockfile = "^0.12.2"