From a37cea4e0d2c9f9cd354c6f2922d336e3b607926 Mon Sep 17 00:00:00 2001 From: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com> Date: Thu, 8 Aug 2019 07:07:14 -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 48a03edb1f5..de362df4c35 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.1"] + "requirements": ["pynws==0.7.2"] }