From d284f1079790eaffe5548460d9f5d7c4364a4285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 10:04:41 +0100 Subject: [PATCH] Chore(deps): Bump websocket-client from 1.8.0 to 1.9.0 (#2811) * Chore(deps): Bump websocket-client from 1.8.0 to 1.9.0 Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/websocket-client/websocket-client/releases) - [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog) - [Commits](https://github.com/websocket-client/websocket-client/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: websocket-client dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Also bump provider manifest --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin Schenkel --- music_assistant/providers/snapcast/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/providers/snapcast/manifest.json b/music_assistant/providers/snapcast/manifest.json index d4626d55..3face734 100644 --- a/music_assistant/providers/snapcast/manifest.json +++ b/music_assistant/providers/snapcast/manifest.json @@ -9,7 +9,7 @@ "requirements": [ "snapcast==2.3.7", "bidict==0.23.1", - "websocket-client==1.8.0" + "websocket-client==1.9.0" ], "documentation": "https://music-assistant.io/player-support/snapcast/", "multi_instance": false, diff --git a/requirements_all.txt b/requirements_all.txt index c36fe836..f18e0482 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -68,7 +68,7 @@ soundcloudpy==0.1.4 sxm==0.2.8 unidecode==1.4.0 uv>=0.8.0 -websocket-client==1.8.0 +websocket-client==1.9.0 xmltodict==1.0.2 ytmusicapi==1.11.3 zeroconf==0.148.0 -- 2.34.1