From d7155bba404577c4cbfa210e32412059f1850193 Mon Sep 17 00:00:00 2001 From: "Alan D. Tse" Date: Mon, 17 Feb 2020 23:18:44 -0800 Subject: [PATCH] fix: bump alexapy to 1.5.0 --- custom_components/alexa_media/manifest.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/custom_components/alexa_media/manifest.json b/custom_components/alexa_media/manifest.json index 4ed3b3f8..955dac3b 100644 --- a/custom_components/alexa_media/manifest.json +++ b/custom_components/alexa_media/manifest.json @@ -4,7 +4,12 @@ "config_flow": true, "documentation": "https://github.com/custom-components/alexa_media_player/wiki", "dependencies": [], - "codeowners": ["@keatontaylor", "@alandtse"], - "requirements": ["alexapy==1.4.2"], + "codeowners": [ + "keatontaylor", + "alandtse" + ], + "requirements": [ + "alexapy==1.5.0" + ], "homeassistant": "0.96.0" -} +} \ No newline at end of file