From 35e3433c2a75fa6452161dd8028df943b3e8167b Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Tue, 26 Nov 2024 19:15:50 -0600 Subject: [PATCH] fix: use lxml 5 (#8279) --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5c80d5301e..91647729be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,8 @@ jsonfield>=3.1.0 # for SubmissionCheck. This is https://github.com/bradjaspe jsonschema[format]>=4.2.1 jwcrypto>=1.2 # for signed notifications - this is aspirational, and is not really used. logging_tree>=1.9 # Used only by the showloggers management command -lxml>=4.8.0,<5 +lxml>=5.3.0 # lxml[html_clean] fails on some architectures +lxml_html_clean>=0.4.1 markdown>=3.3.6 types-markdown>=3.3.6 mock>=4.0.3 # Used only by tests, of course