diff --git a/homeassistant/components/cover/brunt.py b/homeassistant/components/cover/brunt.py index 713f06db735..bd27ea30637 100644 --- a/homeassistant/components/cover/brunt.py +++ b/homeassistant/components/cover/brunt.py @@ -18,7 +18,7 @@ from homeassistant.components.cover import ( ) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['brunt==0.1.2'] +REQUIREMENTS = ['brunt==0.1.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 3732cb237c2..0c0409612c8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -205,7 +205,7 @@ braviarc-homeassistant==0.3.7.dev0 broadlink==0.9.0 # homeassistant.components.cover.brunt -brunt==0.1.2 +brunt==0.1.3 # homeassistant.components.device_tracker.bluetooth_tracker bt_proximity==0.1.2