diff --git a/music_assistant/providers/yandex_smarthome/manifest.json b/music_assistant/providers/yandex_smarthome/manifest.json index c821b99756..19b0074718 100644 --- a/music_assistant/providers/yandex_smarthome/manifest.json +++ b/music_assistant/providers/yandex_smarthome/manifest.json @@ -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"], "documentation": "https://github.com/trudenboy/ma-provider-yandex-smarthome", "stage": "beta", "multi_instance": false, diff --git a/requirements_all.txt b/requirements_all.txt index c0f36ece36..951753c3f3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -88,7 +88,7 @@ uv>=0.8.0 websocket-client==1.9.0 wiim==0.1.1 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 diff --git a/tests/providers/yandex_smarthome/test_basic.py b/tests/providers/yandex_smarthome/test_basic.py index 5f4a224111..4516c33b16 100644 --- a/tests/providers/yandex_smarthome/test_basic.py +++ b/tests/providers/yandex_smarthome/test_basic.py @@ -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: