Upgrade beautifulsoup4 to 4.8.0 (#26006)

This commit is contained in:
Fabian Affolter 2019-08-17 01:16:46 +02:00 committed by Paulus Schoutsen
parent 2fdbb3b4df
commit b5893a8a6e
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"name": "Linksys ap",
"documentation": "https://www.home-assistant.io/components/linksys_ap",
"requirements": [
"beautifulsoup4==4.7.1"
"beautifulsoup4==4.8.0"
],
"dependencies": [],
"codeowners": []

View File

@ -3,7 +3,7 @@
"name": "Scrape",
"documentation": "https://www.home-assistant.io/components/scrape",
"requirements": [
"beautifulsoup4==4.7.1"
"beautifulsoup4==4.8.0"
],
"dependencies": [],
"codeowners": [

View File

@ -3,7 +3,7 @@
"name": "Sytadin",
"documentation": "https://www.home-assistant.io/components/sytadin",
"requirements": [
"beautifulsoup4==4.7.1"
"beautifulsoup4==4.8.0"
],
"dependencies": [],
"codeowners": [

View File

@ -260,7 +260,7 @@ batinfo==0.4.2
# homeassistant.components.linksys_ap
# homeassistant.components.scrape
# homeassistant.components.sytadin
beautifulsoup4==4.7.1
beautifulsoup4==4.8.0
# homeassistant.components.zha
bellows-homeassistant==0.9.0