From d38f149be58e3944c491eb3b159f81b742020a41 Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Wed, 9 Apr 2025 13:27:17 +0000 Subject: [PATCH] Update dependency sphinx-autodoc-typehints to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea62070..77d8187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ qt-material = "^2.14" [tool.poetry.dev-dependencies] sphinx = "^7.0" -sphinx-autodoc-typehints = "^1.23" +sphinx-autodoc-typehints = "^3.0.0" pytest = "^7.4" flake8 = "^5.0.0" flake8-fixme = "^1.1.1" -- GitLab