From b5893a8a6e970600d4f50d6404e99e1cdd44a735 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 17 Aug 2019 01:16:46 +0200 Subject: [PATCH] Upgrade beautifulsoup4 to 4.8.0 (#26006) --- homeassistant/components/linksys_ap/manifest.json | 2 +- homeassistant/components/scrape/manifest.json | 2 +- homeassistant/components/sytadin/manifest.json | 2 +- requirements_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/linksys_ap/manifest.json b/homeassistant/components/linksys_ap/manifest.json index ccad7298d6b..31fafe17edd 100644 --- a/homeassistant/components/linksys_ap/manifest.json +++ b/homeassistant/components/linksys_ap/manifest.json @@ -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": [] diff --git a/homeassistant/components/scrape/manifest.json b/homeassistant/components/scrape/manifest.json index c7e60140dbf..ec9807d4e00 100644 --- a/homeassistant/components/scrape/manifest.json +++ b/homeassistant/components/scrape/manifest.json @@ -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": [ diff --git a/homeassistant/components/sytadin/manifest.json b/homeassistant/components/sytadin/manifest.json index 0efc84fc552..c1453d88d81 100644 --- a/homeassistant/components/sytadin/manifest.json +++ b/homeassistant/components/sytadin/manifest.json @@ -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": [ diff --git a/requirements_all.txt b/requirements_all.txt index 85892e5b830..f6bfb80d480 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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