Pin lxml to 4.9.4 (#106694)
parent
bcf75795c2
commit
a49999e984
|
@ -6,5 +6,5 @@
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"requirements": ["beautifulsoup4==4.12.2", "lxml==4.9.3"]
|
"requirements": ["beautifulsoup4==4.12.2", "lxml==4.9.4"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -185,3 +185,7 @@ get-mac==1000000000.0.0
|
||||||
# They are build with mypyc, but causes issues with our wheel builder.
|
# They are build with mypyc, but causes issues with our wheel builder.
|
||||||
# In order to do so, we need to constrain the version.
|
# In order to do so, we need to constrain the version.
|
||||||
charset-normalizer==3.2.0
|
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
|
||||||
|
|
|
@ -1225,7 +1225,7 @@ lupupy==0.3.1
|
||||||
lw12==0.9.2
|
lw12==0.9.2
|
||||||
|
|
||||||
# homeassistant.components.scrape
|
# homeassistant.components.scrape
|
||||||
lxml==4.9.3
|
lxml==4.9.4
|
||||||
|
|
||||||
# homeassistant.components.nmap_tracker
|
# homeassistant.components.nmap_tracker
|
||||||
mac-vendor-lookup==0.1.12
|
mac-vendor-lookup==0.1.12
|
||||||
|
|
|
@ -958,7 +958,7 @@ loqedAPI==2.1.8
|
||||||
luftdaten==0.7.4
|
luftdaten==0.7.4
|
||||||
|
|
||||||
# homeassistant.components.scrape
|
# homeassistant.components.scrape
|
||||||
lxml==4.9.3
|
lxml==4.9.4
|
||||||
|
|
||||||
# homeassistant.components.nmap_tracker
|
# homeassistant.components.nmap_tracker
|
||||||
mac-vendor-lookup==0.1.12
|
mac-vendor-lookup==0.1.12
|
||||||
|
|
|
@ -179,6 +179,10 @@ get-mac==1000000000.0.0
|
||||||
# They are build with mypyc, but causes issues with our wheel builder.
|
# They are build with mypyc, but causes issues with our wheel builder.
|
||||||
# In order to do so, we need to constrain the version.
|
# In order to do so, we need to constrain the version.
|
||||||
charset-normalizer==3.2.0
|
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 = (
|
GENERATED_MESSAGE = (
|
||||||
|
|
Loading…
Reference in New Issue