Upgrade paho-mqtt to 1.5.1 (#40703)
parent
ee9540e137
commit
a2d2b7842d
|
@ -3,7 +3,7 @@
|
|||
"name": "MQTT",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/mqtt",
|
||||
"requirements": ["paho-mqtt==1.5.0"],
|
||||
"requirements": ["paho-mqtt==1.5.1"],
|
||||
"dependencies": ["http"],
|
||||
"codeowners": ["@home-assistant/core", "@emontnemery"]
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"domain": "shiftr",
|
||||
"name": "shiftr.io",
|
||||
"documentation": "https://www.home-assistant.io/integrations/shiftr",
|
||||
"requirements": ["paho-mqtt==1.5.0"],
|
||||
"requirements": ["paho-mqtt==1.5.1"],
|
||||
"codeowners": ["@fabaff"]
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ home-assistant-frontend==20200918.2
|
|||
importlib-metadata==1.6.0;python_version<'3.8'
|
||||
jinja2>=2.11.2
|
||||
netdisco==2.8.2
|
||||
paho-mqtt==1.5.0
|
||||
paho-mqtt==1.5.1
|
||||
pillow==7.2.0
|
||||
pip>=8.0.3
|
||||
python-slugify==4.0.1
|
||||
|
|
|
@ -1059,7 +1059,7 @@ ovoenergy==1.1.7
|
|||
|
||||
# homeassistant.components.mqtt
|
||||
# homeassistant.components.shiftr
|
||||
paho-mqtt==1.5.0
|
||||
paho-mqtt==1.5.1
|
||||
|
||||
# homeassistant.components.panasonic_bluray
|
||||
panacotta==0.1
|
||||
|
|
|
@ -500,7 +500,7 @@ ovoenergy==1.1.7
|
|||
|
||||
# homeassistant.components.mqtt
|
||||
# homeassistant.components.shiftr
|
||||
paho-mqtt==1.5.0
|
||||
paho-mqtt==1.5.1
|
||||
|
||||
# homeassistant.components.panasonic_viera
|
||||
panasonic_viera==0.3.6
|
||||
|
|
Loading…
Reference in New Issue