From d37b11744004a2065d24b7ab80972a12f1d56c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 5 Dec 2023 13:50:16 +0100 Subject: [PATCH] [chore] pin weasyprint to not depend on latest libpango --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d201e9a..c6e231c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ django==4.2.1 # via # django-weasyprint # la-chariotte (pyproject.toml) -django-weasyprint==2.2.1 +django-weasyprint==1.1.0.post1 # via la-chariotte (pyproject.toml) fonttools[woff]==4.42.1 # via weasyprint @@ -126,7 +126,7 @@ urllib3==2.0.2 # via # requests # sentry-sdk -weasyprint==59.0 +weasyprint==52.5 # via django-weasyprint webencodings==0.5.1 # via