Skip to content

Commit 7391f26

Browse files
committed
[ 1.0.111 ] * Updated underlying spotifywebapipython package requirement to version 1.0.200.
1 parent 0259cdb commit 7391f26

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.111 ] - 2025/04/23
10+
11+
* Updated underlying `spotifywebapipython` package requirement to version 1.0.200.
12+
913
###### [ 1.0.110 ] - 2025/04/07
1014

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

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.199",
18+
"spotifywebapipython>=1.0.200",
1919
"urllib3>=1.21.1,<1.27",
2020
"zeroconf>=0.132.2"
2121
],
22-
"version": "1.0.110",
22+
"version": "1.0.111",
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.199
7+
spotifywebapipython>=1.0.200

0 commit comments

Comments
 (0)