From a9f96d53c1e8211c760881e651535d4cf9abdb38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:45:11 +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 e60d4755..9ebca514 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.1.3", python = ">=3.9" } [tool.poetry.extras] yaml = ["pyyaml"]