diff --git a/homeassistant/components/mqtt/__init__.py b/homeassistant/components/mqtt/__init__.py index 7c5d1a4faab..6be47581a50 100644 --- a/homeassistant/components/mqtt/__init__.py +++ b/homeassistant/components/mqtt/__init__.py @@ -29,7 +29,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.2.3'] +REQUIREMENTS = ['paho-mqtt==1.3.0'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/shiftr.py b/homeassistant/components/shiftr.py index 42c455acd49..3fc25de5a16 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.2.3'] +REQUIREMENTS = ['paho-mqtt==1.3.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index bfbf4ff0c2a..c19c4becae9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -423,7 +423,7 @@ orvibo==1.1.1 # homeassistant.components.mqtt # homeassistant.components.shiftr -paho-mqtt==1.2.3 +paho-mqtt==1.3.0 # homeassistant.components.media_player.panasonic_viera panasonic_viera==0.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 6a4e64c0aaf..1904860d11f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -73,7 +73,7 @@ mficlient==0.3.0 # homeassistant.components.mqtt # homeassistant.components.shiftr -paho-mqtt==1.2.3 +paho-mqtt==1.3.0 # homeassistant.components.device_tracker.aruba # homeassistant.components.device_tracker.asuswrt