fix: use lxml 5 (#8279)

This commit is contained in:
Robert Sparks 2024-11-26 19:15:50 -06:00 committed by GitHub
parent 5bb79bb7ca
commit 35e3433c2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,8 @@ jsonfield>=3.1.0 # for SubmissionCheck. This is https://github.com/bradjaspe
jsonschema[format]>=4.2.1 jsonschema[format]>=4.2.1
jwcrypto>=1.2 # for signed notifications - this is aspirational, and is not really used. 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 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 markdown>=3.3.6
types-markdown>=3.3.6 types-markdown>=3.3.6
mock>=4.0.3 # Used only by tests, of course mock>=4.0.3 # Used only by tests, of course