From 2f632dc1a406c112ff73cf80d5da9d29d762850d Mon Sep 17 00:00:00 2001 From: benjamin Date: Sun, 28 Jul 2024 00:08:48 +0200 Subject: [PATCH] fix docutil dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b711d08..41a9a98e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ Jinja2 = "^3.1.3" ast-to-xml="^0.2.3" GitPython = "^3.1.15" semver = "^2.13.0" -docutils = "^0.16" +docutils = "0.18.1" [build-system] requires = ["poetry-core>=1.0.0"]