mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Bump PAHO MQTT to 1.5.1 (#42099)
This commit is contained in:
parent
c211275091
commit
6194c382cb
@ -3,7 +3,7 @@
|
|||||||
"name": "MQTT",
|
"name": "MQTT",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/mqtt",
|
"documentation": "https://www.home-assistant.io/integrations/mqtt",
|
||||||
"requirements": ["paho-mqtt==1.5.0"],
|
"requirements": ["paho-mqtt==1.5.1"],
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"codeowners": ["@home-assistant/core", "@emontnemery"]
|
"codeowners": ["@home-assistant/core", "@emontnemery"]
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@ httpx==0.16.1
|
|||||||
importlib-metadata==1.6.0;python_version<'3.8'
|
importlib-metadata==1.6.0;python_version<'3.8'
|
||||||
jinja2>=2.11.2
|
jinja2>=2.11.2
|
||||||
netdisco==2.8.2
|
netdisco==2.8.2
|
||||||
paho-mqtt==1.5.0
|
paho-mqtt==1.5.1
|
||||||
pillow==7.2.0
|
pillow==7.2.0
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
|
@ -1064,8 +1064,6 @@ orvibo==1.1.1
|
|||||||
ovoenergy==1.1.7
|
ovoenergy==1.1.7
|
||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
paho-mqtt==1.5.0
|
|
||||||
|
|
||||||
# homeassistant.components.shiftr
|
# homeassistant.components.shiftr
|
||||||
paho-mqtt==1.5.1
|
paho-mqtt==1.5.1
|
||||||
|
|
||||||
|
@ -508,7 +508,8 @@ openerz-api==0.1.0
|
|||||||
ovoenergy==1.1.7
|
ovoenergy==1.1.7
|
||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
paho-mqtt==1.5.0
|
# homeassistant.components.shiftr
|
||||||
|
paho-mqtt==1.5.1
|
||||||
|
|
||||||
# homeassistant.components.panasonic_viera
|
# homeassistant.components.panasonic_viera
|
||||||
panasonic_viera==0.3.6
|
panasonic_viera==0.3.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user