From fa6071b8da8c0badcf342bb5a9d61ca1031c88c6 Mon Sep 17 00:00:00 2001 From: Todd Lucas Date: Mon, 24 Jun 2024 00:43:14 -0500 Subject: [PATCH] [ 1.0.53 ] * Updated underlying `spotifywebapiPython` package requirement to version 1.0.64. --- 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 1907ba8..8d04af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.53 ] - 2024/06/24 + + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.64. + ###### [ 1.0.52 ] - 2024/06/21 * Updated underlying `spotifywebapiPython` package requirement to version 1.0.62. diff --git a/custom_components/soundtouchplus/manifest.json b/custom_components/soundtouchplus/manifest.json index 615cd94..a55d198 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.62", + "spotifywebapiPython>=1.0.64", "urllib3>=1.21.1,<1.27", "zeroconf>=0.132.2" ], - "version": "1.0.52", + "version": "1.0.53", "zeroconf": [ "_soundtouch._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index 955ac0d..9aa6d70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ homeassistant==2024.5.0 ruff==0.1.3 bosesoundtouchapi==1.0.66 smartinspectPython>=3.0.33 -spotifywebapiPython>=1.0.62 +spotifywebapiPython>=1.0.64