Update lxml to 4.9.1 (#74663)
This commit is contained in:
parent
561c9a77d8
commit
97426911a3
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "scrape",
|
||||
"name": "Scrape",
|
||||
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
||||
"requirements": ["beautifulsoup4==4.11.1", "lxml==4.8.0"],
|
||||
"requirements": ["beautifulsoup4==4.11.1", "lxml==4.9.1"],
|
||||
"after_dependencies": ["rest"],
|
||||
"codeowners": ["@fabaff"],
|
||||
"iot_class": "cloud_polling"
|
||||
|
|
|
@ -984,7 +984,7 @@ lupupy==0.0.24
|
|||
lw12==0.9.2
|
||||
|
||||
# homeassistant.components.scrape
|
||||
lxml==4.8.0
|
||||
lxml==4.9.1
|
||||
|
||||
# homeassistant.components.nmap_tracker
|
||||
mac-vendor-lookup==0.1.11
|
||||
|
|
|
@ -685,7 +685,7 @@ logi_circle==0.2.3
|
|||
luftdaten==0.7.2
|
||||
|
||||
# homeassistant.components.scrape
|
||||
lxml==4.8.0
|
||||
lxml==4.9.1
|
||||
|
||||
# homeassistant.components.nmap_tracker
|
||||
mac-vendor-lookup==0.1.11
|
||||
|
|
Loading…
Add table
Reference in a new issue