Upgrade beautifulsoup4 to 4.6.1 (#15727)

This commit is contained in:
Fabian Affolter 2018-07-29 19:55:49 +02:00 committed by GitHub
parent 5849381dfb
commit 28ad0017e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,7 @@ from homeassistant.const import (
from homeassistant.helpers.entity import Entity
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['beautifulsoup4==4.6.0']
REQUIREMENTS = ['beautifulsoup4==4.6.1']
_LOGGER = logging.getLogger(__name__)