From 318b0f4f36567c5a184a117ad1f353f064da4396 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 23 Jan 2017 22:23:41 +0100 Subject: [PATCH] Upgrade beautifulsoup4 to 4.5.3 (#5519) --- homeassistant/components/sensor/hydroquebec.py | 2 +- homeassistant/components/sensor/scrape.py | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/sensor/hydroquebec.py b/homeassistant/components/sensor/hydroquebec.py index c7fbac6b56a..c0f4e091c45 100644 --- a/homeassistant/components/sensor/hydroquebec.py +++ b/homeassistant/components/sensor/hydroquebec.py @@ -21,7 +21,7 @@ from homeassistant.helpers.entity import Entity from homeassistant.util import Throttle import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['beautifulsoup4==4.5.1'] +REQUIREMENTS = ['beautifulsoup4==4.5.3'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/sensor/scrape.py b/homeassistant/components/sensor/scrape.py index 082c6a1fcfd..f825628d9ae 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.1'] +REQUIREMENTS = ['beautifulsoup4==4.5.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 08ef6b6d9c7..debca2fb200 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -60,7 +60,7 @@ batinfo==0.4.2 # homeassistant.components.sensor.hydroquebec # homeassistant.components.sensor.scrape -beautifulsoup4==4.5.1 +beautifulsoup4==4.5.3 # homeassistant.components.light.blinksticklight blinkstick==1.1.8