Upgrade beautifulsoup4 to 4.6.0 (#7491)

pull/7295/head
Fabian Affolter 2017-05-08 19:39:40 +02:00 committed by GitHub
parent ce879b7eb8
commit c12c742297
3 changed files with 3 additions and 3 deletions

View File

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

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.3']
REQUIREMENTS = ['beautifulsoup4==4.6.0']
_LOGGER = logging.getLogger(__name__)

View File

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