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"] }