diff --git a/homeassistant/components/mqtt/__init__.py b/homeassistant/components/mqtt/__init__.py index 929ae0fc455..9decc9a14aa 100644 --- a/homeassistant/components/mqtt/__init__.py +++ b/homeassistant/components/mqtt/__init__.py @@ -30,7 +30,7 @@ from homeassistant.const import ( CONF_PASSWORD, CONF_PORT, CONF_PROTOCOL, CONF_PAYLOAD) from homeassistant.components.mqtt.server import HBMQTT_CONFIG_SCHEMA -REQUIREMENTS = ['paho-mqtt==1.3.0'] +REQUIREMENTS = ['paho-mqtt==1.3.1'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/shiftr.py b/homeassistant/components/shiftr.py index 3fc25de5a16..67baa045b18 100644 --- a/homeassistant/components/shiftr.py +++ b/homeassistant/components/shiftr.py @@ -14,7 +14,7 @@ from homeassistant.const import ( EVENT_HOMEASSISTANT_STOP) from homeassistant.helpers import state as state_helper -REQUIREMENTS = ['paho-mqtt==1.3.0'] +REQUIREMENTS = ['paho-mqtt==1.3.1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 3340434458a..79f50fdf835 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -477,7 +477,7 @@ orvibo==1.1.1 # homeassistant.components.mqtt # homeassistant.components.shiftr -paho-mqtt==1.3.0 +paho-mqtt==1.3.1 # homeassistant.components.media_player.panasonic_viera panasonic_viera==0.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 5082666027c..2348aa7fca4 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -83,7 +83,7 @@ mficlient==0.3.0 # homeassistant.components.mqtt # homeassistant.components.shiftr -paho-mqtt==1.3.0 +paho-mqtt==1.3.1 # homeassistant.components.device_tracker.aruba # homeassistant.components.device_tracker.asuswrt