From 1f4df6055ba70b345f2b289c6657d8689ca13200 Mon Sep 17 00:00:00 2001 From: Benji <46675043+BenjiU@users.noreply.github.com> Date: Fri, 31 May 2024 22:04:14 +0200 Subject: [PATCH] # Fix for poetry/docutils related bug see https://github.com/python-poetry/poetry/issues/9293 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 64872603..349b724a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,8 @@ dataclasses = { version = "^0.8", python = ">=3.6,<3.7" } asyncio-mqtt = "^0.8.1" backoff = "^1.10.0" confp = "^0.4.0" +# Fix for poetry/docutils related bug +docutils = "0.18.1" [tool.poetry.dev-dependencies] mock = { version = "^4.0.3", python = ">=3.6,<3.8" }