Skip to content

Commit

Permalink
bump pynws to 1.3.0 (#40386)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm committed Sep 21, 2020
1 parent 3d6434b commit 31ece55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/nws/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "National Weather Service (NWS)",
"documentation": "https://www.home-assistant.io/integrations/nws",
"codeowners": ["@MatthewFlamm"],
"requirements": ["pynws==1.2.1"],
"requirements": ["pynws==1.3.0"],
"quality_scale": "platinum",
"config_flow": true
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ pynuki==1.3.8
pynut2==2.1.2

# homeassistant.components.nws
pynws==1.2.1
pynws==1.3.0

# homeassistant.components.nx584
pynx584==0.5
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ pymyq==2.0.5
pynut2==2.1.2

# homeassistant.components.nws
pynws==1.2.1
pynws==1.3.0

# homeassistant.components.nx584
pynx584==0.5
Expand Down

0 comments on commit 31ece55

Please sign in to comment.