From bb0e5db6bc5e20f143a6302bc9dc0d3560cf7fa8 Mon Sep 17 00:00:00 2001 From: Todd Lucas Date: Fri, 7 Jun 2024 14:04:06 -0500 Subject: [PATCH] [ 1.0.46 ] * Updated underlying `spotifywebapiPython` package requirement to version 1.0.44. --- CHANGELOG.md | 4 ++++ custom_components/soundtouchplus/manifest.json | 4 ++-- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c55b0..ab3ccc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.46 ] - 2024/06/07 + + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.44. + ###### [ 1.0.45 ] - 2024/06/06 * Changed logic to access file system files via a `hass.async_add_executor_job` call. This fixes the issue of `Detected blocking call to open inside the event loop by custom integration 'X' ...` that was introduced with HA 2024.6 release. diff --git a/custom_components/soundtouchplus/manifest.json b/custom_components/soundtouchplus/manifest.json index b2ad9ea..b96b013 100644 --- a/custom_components/soundtouchplus/manifest.json +++ b/custom_components/soundtouchplus/manifest.json @@ -11,8 +11,8 @@ "requirements": [ "bosesoundtouchapi==1.0.66", "smartinspectPython>=3.0.33", - "spotifywebapiPython==1.0.43" + "spotifywebapiPython==1.0.44" ], - "version": "1.0.45", + "version": "1.0.46", "zeroconf": [ "_soundtouch._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index 4f2575b..547da46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ homeassistant==2024.5.0 ruff==0.1.3 smartinspectPython>=3.0.33 bosesoundtouchapi==1.0.66 -spotifywebapiPython==1.0.43 +spotifywebapiPython==1.0.44