From d7be91f784e9fb77193b486fece4e1a0a2f70d9c Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Mon, 16 Sep 2024 10:28:13 -0500 Subject: [PATCH] fix: pin pydyf until weasyprint adjusts for its deprecations (#7945) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c51ed9ac00..2e6e2714d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,6 +49,7 @@ oic>=1.3 # Used only by tests Pillow>=9.1.0 psycopg2>=2.9.6 pyang>=2.5.3 +pydyf>0.8.0,<0.10.0 # until weasyprint adjusts for 0.10.0 and later pyflakes>=2.4.0 pyopenssl>=22.0.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency pyquery>=1.4.3