Skip to content

Commit

Permalink
Bump pysonos to 0.0.44 to fix client session race (#49964)
Browse files Browse the repository at this point in the history
Fixes #49954
  • Loading branch information
bdraco authored and balloob committed May 2, 2021
1 parent 04ccbb9 commit 21a5d59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sonos/manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "Sonos",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sonos",
"requirements": ["pysonos==0.0.43"],
"requirements": ["pysonos==0.0.44"],
"after_dependencies": ["plex"],
"ssdp": [
{
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1741,7 +1741,7 @@ pysnmp==4.4.12
pysoma==0.0.10

# homeassistant.components.sonos
pysonos==0.0.43
pysonos==0.0.44

# homeassistant.components.spc
pyspcwebgw==0.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -959,7 +959,7 @@ pysmartthings==0.7.6
pysoma==0.0.10

# homeassistant.components.sonos
pysonos==0.0.43
pysonos==0.0.44

# homeassistant.components.spc
pyspcwebgw==0.4.0
Expand Down

0 comments on commit 21a5d59

Please sign in to comment.