Upgrade beautifulsoup4 to 4.6.1 (#15727)
This commit is contained in:
parent
5849381dfb
commit
28ad0017e1
5 changed files with 7 additions and 7 deletions
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue