From 94b7df5ffa8c4c793cc438bf6b972bbbcb1f163a Mon Sep 17 00:00:00 2001 From: David McKee Date: Mon, 15 May 2023 14:40:08 +0100 Subject: [PATCH] Pin weasyprint 58 https://github.com/fdemmer/django-weasyprint/issues/71 --- requirements/base.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements/base.txt b/requirements/base.txt index 320e4c7c0..b09e478ce 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -20,6 +20,8 @@ ds-caselaw-marklogic-api-client~=7.0.0 ds-caselaw-utils~=1.0.0 rollbar django-weasyprint==2.2.0 +# pinned to avoid https://github.com/fdemmer/django-weasyprint/issues/71 +weasyprint~=58.0 # Type stubs mypy-boto3-s3==1.26.127