Pin lxml to 4.9.4 (#106694)

pull/106710/head
J. Nick Koston 2023-12-30 00:29:19 -10:00 committed by GitHub
parent bcf75795c2
commit a49999e984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 3 deletions

View File

@ -6,5 +6,5 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/scrape",
"iot_class": "cloud_polling",
"requirements": ["beautifulsoup4==4.12.2", "lxml==4.9.3"]
"requirements": ["beautifulsoup4==4.12.2", "lxml==4.9.4"]
}

View File

@ -185,3 +185,7 @@ 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

View File

@ -1225,7 +1225,7 @@ lupupy==0.3.1
lw12==0.9.2
# homeassistant.components.scrape
lxml==4.9.3
lxml==4.9.4
# homeassistant.components.nmap_tracker
mac-vendor-lookup==0.1.12

View File

@ -958,7 +958,7 @@ loqedAPI==2.1.8
luftdaten==0.7.4
# homeassistant.components.scrape
lxml==4.9.3
lxml==4.9.4
# homeassistant.components.nmap_tracker
mac-vendor-lookup==0.1.12

View File

@ -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 = (