Upgrade paho-mqtt to 1.2.3 (#7214)

This commit is contained in:
Fabian Affolter 2017-04-23 09:25:34 +02:00 committed by GitHub
parent e9eb7edda6
commit ec5e9fcd0d
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,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.2']
REQUIREMENTS = ['paho-mqtt==1.2.3']
_LOGGER = logging.getLogger(__name__)

View File

@ -419,7 +419,7 @@ openhomedevice==0.2.1
orvibo==1.1.1
# homeassistant.components.mqtt
paho-mqtt==1.2.2
paho-mqtt==1.2.3
# homeassistant.components.media_player.panasonic_viera
panasonic_viera==0.2