From cd3973be9a8798038ab07eb68c38af342477b485 Mon Sep 17 00:00:00 2001 From: Todd Lucas Date: Fri, 20 Dec 2024 10:19:19 -0600 Subject: [PATCH] [ 1.0.74 ] * Updated underlying `spotifywebapiPython` package requirement to version 1.0.128. --- CHANGELOG.md | 4 ++++ custom_components/spotifyplus/manifest.json | 4 ++-- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de10ec8..4e40fae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.74 ] - 2024/12/20 + + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.128. + ###### [ 1.0.73 ] - 2024/12/20 * Updated underlying `spotifywebapiPython` package requirement to version 1.0.127. diff --git a/custom_components/spotifyplus/manifest.json b/custom_components/spotifyplus/manifest.json index ec28d75..147dc8e 100644 --- a/custom_components/spotifyplus/manifest.json +++ b/custom_components/spotifyplus/manifest.json @@ -18,10 +18,10 @@ "requests_oauthlib>=1.3.1", "soco>=0.30.4", "smartinspectPython>=3.0.33", - "spotifywebapiPython>=1.0.127", + "spotifywebapiPython>=1.0.128", "urllib3>=1.21.1,<1.27", "zeroconf>=0.132.2" ], - "version": "1.0.73", + "version": "1.0.74", "zeroconf": [ "_spotify-connect._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index 28d7750..e915b32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ homeassistant==2024.5.0 ruff==0.1.3 soco>=0.30.4 smartinspectPython>=3.0.33 -spotifywebapiPython>=1.0.127 +spotifywebapiPython>=1.0.128