Upgrade beautifulsoup4 to 4.5.3 ()

pull/5528/head
Fabian Affolter 2017-01-23 22:23:41 +01:00 committed by Paulus Schoutsen
parent 900868708e
commit 318b0f4f36
3 changed files with 3 additions and 3 deletions
homeassistant/components/sensor

View File

@ -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__)

View File

@ -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__)

View File

@ -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