Update lxml to 6.0.0 (#149640)

This commit is contained in:
Marc Mueller 2025-07-30 10:38:42 +02:00 committed by GitHub
parent 6b641411a0
commit 8e9e304608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 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.13.3", "lxml==5.3.0"]
"requirements": ["beautifulsoup4==4.13.3", "lxml==6.0.0"]
}

2
requirements_all.txt generated
View File

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

View File

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

View File

@ -30,6 +30,7 @@ PACKAGE_CHECK_VERSION_RANGE = {
"bleak": "SemVer",
"grpcio": "SemVer",
"httpx": "SemVer",
"lxml": "SemVer",
"mashumaro": "SemVer",
"numpy": "SemVer",
"pandas": "SemVer",