From 3036c17769c0bfc4a7e446ed40a7a4cc4f942b01 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 8 Oct 2020 12:31:46 +0200 Subject: [PATCH] Downgrade Paho MQTT to 1.5.0 (#41479) --- homeassistant/components/mqtt/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 ++ requirements_test_all.txt | 3 +-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/mqtt/manifest.json b/homeassistant/components/mqtt/manifest.json index 4d44090a4e3..8b293eb06f6 100644 --- a/homeassistant/components/mqtt/manifest.json +++ b/homeassistant/components/mqtt/manifest.json @@ -3,7 +3,7 @@ "name": "MQTT", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/mqtt", - "requirements": ["paho-mqtt==1.5.1"], + "requirements": ["paho-mqtt==1.5.0"], "dependencies": ["http"], "codeowners": ["@home-assistant/core", "@emontnemery"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index cdda546a4e1..fd250ec7661 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -17,7 +17,7 @@ home-assistant-frontend==20201001.1 importlib-metadata==1.6.0;python_version<'3.8' jinja2>=2.11.2 netdisco==2.8.2 -paho-mqtt==1.5.1 +paho-mqtt==1.5.0 pillow==7.2.0 pip>=8.0.3 python-slugify==4.0.1 diff --git a/requirements_all.txt b/requirements_all.txt index 8992c181a2b..5d79f247b64 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1061,6 +1061,8 @@ orvibo==1.1.1 ovoenergy==1.1.7 # homeassistant.components.mqtt +paho-mqtt==1.5.0 + # homeassistant.components.shiftr paho-mqtt==1.5.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 9546e3c08d4..dfab7b85e4f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -502,8 +502,7 @@ openerz-api==0.1.0 ovoenergy==1.1.7 # homeassistant.components.mqtt -# homeassistant.components.shiftr -paho-mqtt==1.5.1 +paho-mqtt==1.5.0 # homeassistant.components.panasonic_viera panasonic_viera==0.3.6