Skip to content
Snippets Groups Projects
Commit c12c7422 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Upgrade beautifulsoup4 to 4.6.0 (#7491)

parent ce879b7e
No related branches found
No related tags found
No related merge requests found
......@@ -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__)
......
......@@ -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__)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment