Bump lxml to 5.1.0 (#106696)
* Bump lxml to 5.0.0 cython 3.0.7+ is required ? * bump * Apply suggestions from code review * 5.1.0
This commit is contained in:
parent
454c62b5b4
commit
d8564eba17
5 changed files with 3 additions and 11 deletions
|
@ -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.4"]
|
||||
"requirements": ["beautifulsoup4==4.12.2", "lxml==5.1.0"]
|
||||
}
|
||||
|
|
|
@ -182,10 +182,6 @@ get-mac==1000000000.0.0
|
|||
# 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
|
||||
|
||||
# dacite: Ensure we have a version that is able to handle type unions for
|
||||
# Roborock, NAM, Brother, and GIOS.
|
||||
dacite>=1.7.0
|
||||
|
|
|
@ -1228,7 +1228,7 @@ lupupy==0.3.1
|
|||
lw12==0.9.2
|
||||
|
||||
# homeassistant.components.scrape
|
||||
lxml==4.9.4
|
||||
lxml==5.1.0
|
||||
|
||||
# homeassistant.components.nmap_tracker
|
||||
mac-vendor-lookup==0.1.12
|
||||
|
|
|
@ -964,7 +964,7 @@ loqedAPI==2.1.8
|
|||
luftdaten==0.7.4
|
||||
|
||||
# homeassistant.components.scrape
|
||||
lxml==4.9.4
|
||||
lxml==5.1.0
|
||||
|
||||
# homeassistant.components.nmap_tracker
|
||||
mac-vendor-lookup==0.1.12
|
||||
|
|
|
@ -175,10 +175,6 @@ get-mac==1000000000.0.0
|
|||
# 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
|
||||
|
||||
# dacite: Ensure we have a version that is able to handle type unions for
|
||||
# Roborock, NAM, Brother, and GIOS.
|
||||
dacite>=1.7.0
|
||||
|
|
Loading…
Add table
Reference in a new issue