From d63155f20fb959b9a97a80bad4408f187fb1c3e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:04:40 +0200 Subject: [PATCH] Bump hass-client from 1.1.0 to 2.0.0 (#1376) * Bump hass-client from 1.1.0 to 2.0.0 Bumps hass-client from 1.1.0 to 2.0.0. --- updated-dependencies: - dependency-name: hass-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update manifest.json --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcel van der Veldt --- music_assistant/server/providers/hass/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/server/providers/hass/manifest.json b/music_assistant/server/providers/hass/manifest.json index 7726c324..1a25c98f 100644 --- a/music_assistant/server/providers/hass/manifest.json +++ b/music_assistant/server/providers/hass/manifest.json @@ -12,6 +12,6 @@ "load_by_default": false, "icon": "md:webhook", "requirements": [ - "hass-client==1.1.0" + "hass-client==2.0.0" ] } diff --git a/requirements_all.txt b/requirements_all.txt index 6e625ba1..3b32be6e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -18,7 +18,7 @@ deezer-python-async==0.3.0 defusedxml==0.7.1 faust-cchardet>=2.1.18 git+https://github.com/MarvinSchenkel/pytube.git -hass-client==1.1.0 +hass-client==2.0.0 ifaddr==0.2.0 mashumaro==3.13.1 memory-tempfile==2.2.3 -- 2.34.1