From d62f99a8b68532c85148f7767e84aa23a4fda94e Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Sat, 29 Apr 2023 23:42:53 +0000 Subject: [PATCH] Update dependency sphinx to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e97ea0..3a6d600 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ flake8-builtins = "^1.5.3" flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.0.14" safety = "^1.9.0" -sphinx = "^3.0.4" +sphinx = "^7.0.0" sphinx-autodoc-typehints = "^1.10.3" pytest-django = "^3.9.0" sphinx_rtd_theme = "^0.5.0" -- GitLab