From 518686d7a9fe9c405a0f3e7d2499113ac095de11 Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Wed, 9 Apr 2025 13:25:14 +0000 Subject: [PATCH] Update dependency sphinx to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e25a24a..89a3da0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.25.1" dynaconf = "^3.1.4" [tool.poetry.dev-dependencies] -sphinx = "^7.0" +sphinx = "^8.0.0" sphinx-autodoc-typehints = "^1.23" pytest = "^7.4" flake8 = "^5.0.0" -- GitLab