Skip to content

Commit

Permalink
Bump pynws to 1.8.1 for nws (#117820)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm authored May 20, 2024
1 parent bc2ee96 commit 4d447ee
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 @@ -7,5 +7,5 @@
"iot_class": "cloud_polling",
"loggers": ["metar", "pynws"],
"quality_scale": "platinum",
"requirements": ["pynws[retry]==1.7.0"]
"requirements": ["pynws[retry]==1.8.1"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,7 @@ pynobo==1.8.1
pynuki==1.6.3

# homeassistant.components.nws
pynws[retry]==1.7.0
pynws[retry]==1.8.1

# 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 @@ -1576,7 +1576,7 @@ pynobo==1.8.1
pynuki==1.6.3

# homeassistant.components.nws
pynws[retry]==1.7.0
pynws[retry]==1.8.1

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

0 comments on commit 4d447ee

Please sign in to comment.