From 29638567dabdb27b5ebefa9784c3b2a5dbc7a30f Mon Sep 17 00:00:00 2001 From: Todd Lucas Date: Fri, 20 Dec 2024 08:34:56 -0600 Subject: [PATCH] [ 1.0.77 ] * Updated underlying `spotifywebapiPython` package requirement to version 1.0.127. --- 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 20d1728..f80e9e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.77 ] - 2024/12/20 + + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.127. + ###### [ 1.0.76 ] - 2024/12/18 * Updated underlying `spotifywebapiPython` package requirement to version 1.0.126. diff --git a/custom_components/soundtouchplus/manifest.json b/custom_components/soundtouchplus/manifest.json index f9fc1fc..e2c7894 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.126", + "spotifywebapiPython>=1.0.127", "urllib3>=1.21.1,<1.27", "zeroconf>=0.132.2" ], - "version": "1.0.76", + "version": "1.0.77", "zeroconf": [ "_soundtouch._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index 7aa1428..0fa6fc7 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.126 +spotifywebapiPython>=1.0.127