From e152c7c6376212c2a14a20b1d8d51619986b62b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 07:19:45 +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 62689669..48f853db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ responses = "0.25.0" [tool.poetry.group.docs] optional = true [tool.poetry.group.docs.dependencies] -sphinx = { version = "7.4.7", python = ">=3.9" } +sphinx = { version = "8.2.1", python = ">=3.9" } [tool.poetry.extras] yaml = ["pyyaml"]