Skip to content

Commit

Permalink
Upgrade beautifulsoup4 to 4.8.0 (#26006)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and balloob committed Aug 16, 2019
1 parent 2fdbb3b commit b5893a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/linksys_ap/manifest.json
Expand Up @@ -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": []
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/scrape/manifest.json
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/sytadin/manifest.json
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -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
Expand Down

0 comments on commit b5893a8

Please sign in to comment.