Skip to content

Commit 8a4510c

Browse files
committed
[ 1.0.115 ] * Updated underlying spotifywebapipython package requirement to version 1.0.204.
1 parent a13d68d commit 8a4510c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest).
66

77
<span class="changelog">
88

9+
###### [ 1.0.115 ] - 2025/05/04
10+
11+
* Updated underlying `spotifywebapipython` package requirement to version 1.0.204.
12+
913
###### [ 1.0.114 ] - 2025/04/28
1014

1115
* Updated underlying `spotifywebapipython` package requirement to version 1.0.203.

custom_components/soundtouchplus/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"requests>=2.31.0",
1616
"requests_oauthlib>=1.3.1",
1717
"smartinspectpython>=3.0.37",
18-
"spotifywebapipython>=1.0.203",
18+
"spotifywebapipython>=1.0.204",
1919
"urllib3>=1.21.1,<1.27",
2020
"zeroconf>=0.132.2"
2121
],
22-
"version": "1.0.114",
22+
"version": "1.0.115",
2323
"zeroconf": [ "_soundtouch._tcp.local." ]
2424
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ homeassistant==2024.5.0
44
ruff==0.1.3
55
bosesoundtouchapi>=1.0.76
66
smartinspectpython>=3.0.37
7-
spotifywebapipython>=1.0.203
7+
spotifywebapipython>=1.0.204

0 commit comments

Comments
 (0)