From a0afce90b0b82227d27b8fee772bf55d3292ef49 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Tue, 28 May 2024 14:40:28 +0200 Subject: [PATCH] Pin `xhtml2pdf` until import from `rst2pdf` is fixed --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 887966a..9e69413 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requires-python = ">=3.8.1,<4.0" dependencies = [ "pelican>=4.5", "rst2pdf>=0.99", - "xhtml2pdf>=0.2.5", + "xhtml2pdf>=0.2.5,<0.2.12", ] [project.urls]