From 67370952d9efa5d122d25bc06a413c8aab25c154 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Fri, 9 Jun 2023 12:54:46 -0500 Subject: [PATCH] fix: adjust weasyprint requirements to match api change (#5792) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 81f72ce60..86b4e8c6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -69,6 +69,6 @@ tblib>=1.7.0 # So that the django test runner provides tracebacks tlds>=2022042700 # Used to teach bleach about which TLDs currently exist tqdm>=4.64.0 Unidecode>=1.3.4 -weasyprint>=53 +weasyprint>=59 xml2rfc>=3.12.4 xym>=0.6,<1.0