From 09f0d6f89558cc2958baabc7891e0358722b6aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 17:31:21 +0200 Subject: [PATCH] Chore(deps): Bump pyblu from 2.0.0 to 2.0.1 (#2156) * Chore(deps): Bump pyblu from 2.0.0 to 2.0.1 Bumps [pyblu](https://github.com/LouisChrist/pyblu) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/LouisChrist/pyblu/releases) - [Commits](https://github.com/LouisChrist/pyblu/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: pyblu dependency-version: 2.0.1 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 1ba23d03..e1888f79 100644 --- a/music_assistant/providers/bluesound/manifest.json +++ b/music_assistant/providers/bluesound/manifest.json @@ -4,7 +4,7 @@ "name": "Bluesound", "description": "BluOS Player provider for Music Assistant.", "codeowners": ["@cyanogenbot"], - "requirements": ["pyblu==2.0.0"], + "requirements": ["pyblu==2.0.1"], "documentation": "https://music-assistant.io/player-support/bluesound/", "mdns_discovery": ["_musc._tcp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index 614c6c49..9a5da6ad 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -37,7 +37,7 @@ pkce==1.0.3 plexapi==4.17.0 podcastparser==0.6.10 py-opensonic==5.3.1 -pyblu==2.0.0 +pyblu==2.0.1 PyChromecast==14.0.7 pycryptodome==3.22.0 pylast==5.5.0 -- 2.34.1