Skip to content

Commit 9f3ac5a

Browse files
committed
[ 1.0.113 ] * Updated underlying spotifywebapipython package requirement to version 1.0.202.
1 parent 996c30f commit 9f3ac5a

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.113 ] - 2025/04/27
10+
11+
* Updated underlying `spotifywebapipython` package requirement to version 1.0.202.
12+
913
###### [ 1.0.112 ] - 2025/04/26
1014

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

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.201",
18+
"spotifywebapipython>=1.0.202",
1919
"urllib3>=1.21.1,<1.27",
2020
"zeroconf>=0.132.2"
2121
],
22-
"version": "1.0.112",
22+
"version": "1.0.113",
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.201
7+
spotifywebapipython>=1.0.202

0 commit comments

Comments
 (0)