Skip to content

Commit 35e3433

Browse files
authored
fix: use lxml 5 (ietf-tools#8279)
1 parent 5bb79bb commit 35e3433

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jsonfield>=3.1.0 # for SubmissionCheck. This is https://github.com/bradjaspe
3939
jsonschema[format]>=4.2.1
4040
jwcrypto>=1.2 # for signed notifications - this is aspirational, and is not really used.
4141
logging_tree>=1.9 # Used only by the showloggers management command
42-
lxml>=4.8.0,<5
42+
lxml>=5.3.0 # lxml[html_clean] fails on some architectures
43+
lxml_html_clean>=0.4.1
4344
markdown>=3.3.6
4445
types-markdown>=3.3.6
4546
mock>=4.0.3 # Used only by tests, of course

0 commit comments

Comments
 (0)