mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Pin lxml to 4.9.4 (#106694)
This commit is contained in:
@@ -179,6 +179,10 @@ get-mac==1000000000.0.0
|
||||
# They are build with mypyc, but causes issues with our wheel builder.
|
||||
# In order to do so, we need to constrain the version.
|
||||
charset-normalizer==3.2.0
|
||||
|
||||
# lxml 5.0.0 currently does not build on alpine 3.18
|
||||
# https://bugs.launchpad.net/lxml/+bug/2047718
|
||||
lxml==4.9.4
|
||||
"""
|
||||
|
||||
GENERATED_MESSAGE = (
|
||||
|
||||
Reference in New Issue
Block a user