mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 01:07:10 +00:00
Update lxml to 6.0.0 (#149640)
This commit is contained in:
parent
6b641411a0
commit
8e9e304608
@ -6,5 +6,5 @@
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
||||
"iot_class": "cloud_polling",
|
||||
"requirements": ["beautifulsoup4==4.13.3", "lxml==5.3.0"]
|
||||
"requirements": ["beautifulsoup4==4.13.3", "lxml==6.0.0"]
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1391,7 +1391,7 @@ lupupy==0.3.2
|
||||
lw12==0.9.2
|
||||
|
||||
# homeassistant.components.scrape
|
||||
lxml==5.3.0
|
||||
lxml==6.0.0
|
||||
|
||||
# homeassistant.components.matrix
|
||||
matrix-nio==0.25.2
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1189,7 +1189,7 @@ luftdaten==0.7.4
|
||||
lupupy==0.3.2
|
||||
|
||||
# homeassistant.components.scrape
|
||||
lxml==5.3.0
|
||||
lxml==6.0.0
|
||||
|
||||
# homeassistant.components.matrix
|
||||
matrix-nio==0.25.2
|
||||
|
@ -30,6 +30,7 @@ PACKAGE_CHECK_VERSION_RANGE = {
|
||||
"bleak": "SemVer",
|
||||
"grpcio": "SemVer",
|
||||
"httpx": "SemVer",
|
||||
"lxml": "SemVer",
|
||||
"mashumaro": "SemVer",
|
||||
"numpy": "SemVer",
|
||||
"pandas": "SemVer",
|
||||
|
Loading…
x
Reference in New Issue
Block a user