From f41bdd6bc275c828bb72091a5166d873007d30f0 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@dev.funkwhale.audio> Date: Thu, 20 Apr 2023 10:02:02 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47c88e5..498c674 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ cryptography = ">=1.8.2" requests = "^2" [tool.poetry.dev-dependencies] -Sphinx = "^4.5.0" +Sphinx = "^6.0.0" coverage = "^6.3.2" myst-parser = "^0.17.0" sphinx-rtd-theme = "^1.0.0" -- GitLab