Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/mqtt/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['hbmqtt==0.9.1']
REQUIREMENTS = ['hbmqtt==0.9.2']
DEPENDENCIES = ['http']

# None allows custom config to be created through generate_config
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ ha-philipsjs==0.0.3
haversine==0.4.5

# homeassistant.components.mqtt.server
hbmqtt==0.9.1
hbmqtt==0.9.2

# homeassistant.components.climate.heatmiser
heatmiserV3==0.9.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ha-ffmpeg==1.9
haversine==0.4.5

# homeassistant.components.mqtt.server
hbmqtt==0.9.1
hbmqtt==0.9.2

# homeassistant.components.binary_sensor.workday
holidays==0.9.5
Expand Down