Upgrade beautifulsoup4 to 4.9.1 (#39158)
parent
f075742a86
commit
41ba1dff71
|
@ -2,7 +2,7 @@
|
||||||
"domain": "scrape",
|
"domain": "scrape",
|
||||||
"name": "Scrape",
|
"name": "Scrape",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
||||||
"requirements": ["beautifulsoup4==4.9.0"],
|
"requirements": ["beautifulsoup4==4.9.1"],
|
||||||
"after_dependencies": ["rest"],
|
"after_dependencies": ["rest"],
|
||||||
"codeowners": ["@fabaff"]
|
"codeowners": ["@fabaff"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -328,7 +328,7 @@ batinfo==0.4.2
|
||||||
# beacontools[scan]==1.2.3
|
# beacontools[scan]==1.2.3
|
||||||
|
|
||||||
# homeassistant.components.scrape
|
# homeassistant.components.scrape
|
||||||
beautifulsoup4==4.9.0
|
beautifulsoup4==4.9.1
|
||||||
|
|
||||||
# homeassistant.components.beewi_smartclim
|
# homeassistant.components.beewi_smartclim
|
||||||
beewi_smartclim==0.0.7
|
beewi_smartclim==0.0.7
|
||||||
|
|
Loading…
Reference in New Issue