Upgrade beautifulsoup4 to 4.5.3 (#5519)

This commit is contained in:
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

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