File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
custom_components/soundtouchplus Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest).
6
6
7
7
<span class =" changelog " >
8
8
9
+ ###### [ 1.0.115 ] - 2025/05/04
10
+
11
+ * Updated underlying ` spotifywebapipython ` package requirement to version 1.0.204.
12
+
9
13
###### [ 1.0.114 ] - 2025/04/28
10
14
11
15
* Updated underlying ` spotifywebapipython ` package requirement to version 1.0.203.
Original file line number Diff line number Diff line change 15
15
" requests>=2.31.0" ,
16
16
" requests_oauthlib>=1.3.1" ,
17
17
" smartinspectpython>=3.0.37" ,
18
- " spotifywebapipython>=1.0.203 " ,
18
+ " spotifywebapipython>=1.0.204 " ,
19
19
" urllib3>=1.21.1,<1.27" ,
20
20
" zeroconf>=0.132.2"
21
21
],
22
- "version" : " 1.0.114 " ,
22
+ "version" : " 1.0.115 " ,
23
23
"zeroconf" : [ " _soundtouch._tcp.local." ]
24
24
}
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ homeassistant==2024.5.0
4
4
ruff == 0.1.3
5
5
bosesoundtouchapi >= 1.0.76
6
6
smartinspectpython >= 3.0.37
7
- spotifywebapipython >= 1.0.203
7
+ spotifywebapipython >= 1.0.204
You can’t perform that action at this time.
0 commit comments