Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion music_assistant/providers/yandex_smarthome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"credits": [
"[dext0r/yandex_smart_home](https://github.com/dext0r/yandex_smart_home)"
],
"requirements": ["ya-passport-auth==1.2.3"],
"requirements": ["ya-passport-auth==1.3.0"],
Comment thread
trudenboy marked this conversation as resolved.
Comment thread
trudenboy marked this conversation as resolved.
"documentation": "https://github.com/trudenboy/ma-provider-yandex-smarthome",
"stage": "beta",
"multi_instance": false,
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ unidecode==1.4.0
uv>=0.8.0
websocket-client==1.9.0
xmltodict==1.0.4
ya-passport-auth==1.2.3
ya-passport-auth==1.3.0
yandex-music==2.2.0
ytmusicapi==1.11.5
zeroconf==0.148.0
Expand Down
2 changes: 1 addition & 1 deletion tests/providers/yandex_smarthome/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_manifest_valid() -> None:
assert data["multi_instance"] is False
assert data["builtin"] is False
assert isinstance(data["requirements"], list)
assert "ya-passport-auth==1.2.3" in data["requirements"]
assert "ya-passport-auth==1.3.0" in data["requirements"]


def test_manifest_has_codeowners() -> None:
Expand Down
Loading