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.113 ] - 2025/04/27
10
+
11
+ * Updated underlying ` spotifywebapipython ` package requirement to version 1.0.202.
12
+
9
13
###### [ 1.0.112 ] - 2025/04/26
10
14
11
15
* Updated underlying ` spotifywebapipython ` package requirement to version 1.0.201.
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.201 " ,
18
+ " spotifywebapipython>=1.0.202 " ,
19
19
" urllib3>=1.21.1,<1.27" ,
20
20
" zeroconf>=0.132.2"
21
21
],
22
- "version" : " 1.0.112 " ,
22
+ "version" : " 1.0.113 " ,
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.201
7
+ spotifywebapipython >= 1.0.202
You can’t perform that action at this time.
0 commit comments