From 7ac208ead6a5af203ff6ca5b7ccbeaa4c1bc4b07 Mon Sep 17 00:00:00 2001 From: ehendrix23 Date: Wed, 13 Jan 2021 23:15:23 -0700 Subject: [PATCH] Bump MyQ to 2.0.14 (#45067) --- homeassistant/components/myq/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/myq/manifest.json b/homeassistant/components/myq/manifest.json index 653a2229296..aba2f24b5bd 100644 --- a/homeassistant/components/myq/manifest.json +++ b/homeassistant/components/myq/manifest.json @@ -2,7 +2,7 @@ "domain": "myq", "name": "MyQ", "documentation": "https://www.home-assistant.io/integrations/myq", - "requirements": ["pymyq==2.0.13"], + "requirements": ["pymyq==2.0.14"], "codeowners": ["@bdraco"], "config_flow": true, "homekit": { diff --git a/requirements_all.txt b/requirements_all.txt index 053c8968d1f..eaca17a952e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1536,7 +1536,7 @@ pymsteams==0.1.12 pymusiccast==0.1.6 # homeassistant.components.myq -pymyq==2.0.13 +pymyq==2.0.14 # homeassistant.components.mysensors pymysensors==0.18.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ad5201332c2..a8d21dbaa42 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -779,7 +779,7 @@ pymodbus==2.3.0 pymonoprice==0.3 # homeassistant.components.myq -pymyq==2.0.13 +pymyq==2.0.14 # homeassistant.components.nut pynut2==2.1.2