From a12a8a89ca08931e250c3b9a314d930c7b086f7e Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Wed, 9 Apr 2025 13:25:27 +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 e25a24a..253a064 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dynaconf = "^3.1.4" [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