Skip to content

Commit de8389e

Browse files
committed
[ 1.0.118 ] * Updated underlying bosesoundtouchapi package requirement to version 1.0.77.
1 parent 1223974 commit de8389e

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.118 ] - 2025/05/22
10+
11+
* Updated underlying `bosesoundtouchapi` package requirement to version 1.0.77.
12+
913
###### [ 1.0.117 ] - 2025/05/12
1014

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

custom_components/soundtouchplus/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"issue_tracker": "https://github.com/thlucas1/homeassistantcomponent_soundtouchplus/issues",
1010
"loggers": [ "bosesoundtouchapi" ],
1111
"requirements": [
12-
"bosesoundtouchapi==1.0.76",
12+
"bosesoundtouchapi==1.0.77",
1313
"oauthlib>=3.2.2",
1414
"platformdirs>=4.1.0",
1515
"requests>=2.31.0",
@@ -19,6 +19,6 @@
1919
"urllib3>=1.21.1,<1.27",
2020
"zeroconf>=0.132.2"
2121
],
22-
"version": "1.0.117",
22+
"version": "1.0.118",
2323
"zeroconf": [ "_soundtouch._tcp.local." ]
2424
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ pip>=21.0,<23.4
22
colorlog==6.7.0
33
homeassistant==2024.5.0
44
ruff==0.1.3
5-
bosesoundtouchapi>=1.0.76
5+
bosesoundtouchapi>=1.0.77
66
smartinspectpython>=3.0.37
77
spotifywebapipython>=1.0.207

0 commit comments

Comments
 (0)