From 21a5d5959c7e00ab4f4e84cfa7f7d7dd2d7a2f14 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 1 May 2021 12:26:10 -1000 Subject: [PATCH] Bump pysonos to 0.0.44 to fix client session race (#49964) Fixes #49954 --- homeassistant/components/sonos/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/sonos/manifest.json b/homeassistant/components/sonos/manifest.json index a3aa499c128..d31881959b3 100644 --- a/homeassistant/components/sonos/manifest.json +++ b/homeassistant/components/sonos/manifest.json @@ -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": [ { diff --git a/requirements_all.txt b/requirements_all.txt index c621676f5ea..76b7244b24a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f532fc54cb4..58355f4a610 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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