From 7cfcedf92b4c855766b2d37c75730bee58f435b2 Mon Sep 17 00:00:00 2001 From: Todd Lucas Date: Fri, 3 Jan 2025 15:27:56 -0600 Subject: [PATCH] [ 1.0.83 ] * Updated underlying `spotifywebapiPython` package requirement to version 1.0.133. --- 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 4528f6d..201fd55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.83 ] - 2025/01/03 + + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.133. + ###### [ 1.0.82 ] - 2025/01/02 * Updated underlying `spotifywebapiPython` package requirement to version 1.0.132. diff --git a/custom_components/soundtouchplus/manifest.json b/custom_components/soundtouchplus/manifest.json index 77713f0..d9d015c 100644 --- a/custom_components/soundtouchplus/manifest.json +++ b/custom_components/soundtouchplus/manifest.json @@ -15,10 +15,10 @@ "requests>=2.31.0", "requests_oauthlib>=1.3.1", "smartinspectPython>=3.0.33", - "spotifywebapiPython>=1.0.132", + "spotifywebapiPython>=1.0.133", "urllib3>=1.21.1,<1.27", "zeroconf>=0.132.2" ], - "version": "1.0.82", + "version": "1.0.83", "zeroconf": [ "_soundtouch._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index b8a1120..41f7c0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ homeassistant==2024.5.0 ruff==0.1.3 bosesoundtouchapi==1.0.68 smartinspectPython>=3.0.33 -spotifywebapiPython>=1.0.132 +spotifywebapiPython>=1.0.133