From 3a727aa98026d85a16f11ffce28fbf30e7e3be77 Mon Sep 17 00:00:00 2001 From: ktdad Date: Thu, 18 Jul 2019 14:36:35 -0400 Subject: [PATCH] bump pynws version --- homeassistant/components/nws/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/nws/manifest.json b/homeassistant/components/nws/manifest.json index 510462437aa..48a03edb1f5 100644 --- a/homeassistant/components/nws/manifest.json +++ b/homeassistant/components/nws/manifest.json @@ -4,5 +4,5 @@ "documentation": "https://www.home-assistant.io/components/nws", "dependencies": [], "codeowners": ["@MatthewFlamm"], - "requirements": ["pynws==0.7.0"] + "requirements": ["pynws==0.7.1"] }