From f25684249c6e3b9cfd693244f38df751b6d8dfcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:08:22 +0200 Subject: [PATCH] Chore(deps): Bump pyblu from 2.0.1 to 2.0.5 (#2385) * Chore(deps): Bump pyblu from 2.0.1 to 2.0.5 Bumps [pyblu](https://github.com/LouisChrist/pyblu) from 2.0.1 to 2.0.5. - [Release notes](https://github.com/LouisChrist/pyblu/releases) - [Commits](https://github.com/LouisChrist/pyblu/compare/v2.0.1...v2.0.5) --- updated-dependencies: - dependency-name: pyblu dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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/providers/bluesound/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/providers/bluesound/manifest.json b/music_assistant/providers/bluesound/manifest.json index ab7f3349..d9e8947f 100644 --- a/music_assistant/providers/bluesound/manifest.json +++ b/music_assistant/providers/bluesound/manifest.json @@ -5,7 +5,7 @@ "name": "Bluesound", "description": "BluOS Player provider for Music Assistant.", "codeowners": ["@cyanogenbot"], - "requirements": ["pyblu==2.0.4"], + "requirements": ["pyblu==2.0.5"], "documentation": "https://music-assistant.io/player-support/bluesound/", "mdns_discovery": ["_musc._tcp.local.","_musp._tcp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index 42581012..7a48fe63 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -39,7 +39,7 @@ plexapi==4.17.1 podcastparser==0.6.10 propcache>=0.2.1 py-opensonic==7.0.2 -pyblu==2.0.4 +pyblu==2.0.5 PyChromecast==14.0.7 pycryptodome==3.23.0 pylast==5.5.0 -- 2.34.1