From c12c742297caed2866bb0dfeb1577758cea6b3b3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter <mail@fabian-affolter.ch> Date: Mon, 8 May 2017 19:39:40 +0200 Subject: [PATCH] Upgrade beautifulsoup4 to 4.6.0 (#7491) --- homeassistant/components/device_tracker/linksys_ap.py | 2 +- homeassistant/components/sensor/scrape.py | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/device_tracker/linksys_ap.py b/homeassistant/components/device_tracker/linksys_ap.py index a337f71cec4..01f97eb6e42 100644 --- a/homeassistant/components/device_tracker/linksys_ap.py +++ b/homeassistant/components/device_tracker/linksys_ap.py @@ -22,7 +22,7 @@ MIN_TIME_BETWEEN_SCANS = timedelta(seconds=5) INTERFACES = 2 DEFAULT_TIMEOUT = 10 -REQUIREMENTS = ['beautifulsoup4==4.5.3'] +REQUIREMENTS = ['beautifulsoup4==4.6.0'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/sensor/scrape.py b/homeassistant/components/sensor/scrape.py index f825628d9ae..fe50b567319 100644 --- a/homeassistant/components/sensor/scrape.py +++ b/homeassistant/components/sensor/scrape.py @@ -16,7 +16,7 @@ from homeassistant.const import ( from homeassistant.helpers.entity import Entity import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['beautifulsoup4==4.5.3'] +REQUIREMENTS = ['beautifulsoup4==4.6.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 734041c8d47..8ed766b237d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -81,7 +81,7 @@ batinfo==0.4.2 # homeassistant.components.device_tracker.linksys_ap # homeassistant.components.sensor.scrape -beautifulsoup4==4.5.3 +beautifulsoup4==4.6.0 # homeassistant.components.zha bellows==0.2.7 -- GitLab