From bab49fee5e8a880e713c1e2a04868a0fd702b7f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:13:44 +0200 Subject: [PATCH] Bump pyblu from 1.0.2 to 1.0.4 (#1736) * Bump pyblu from 1.0.2 to 1.0.4 Bumps [pyblu](https://github.com/LouisChrist/pyblu) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/LouisChrist/pyblu/releases) - [Commits](https://github.com/LouisChrist/pyblu/compare/v1.0.2...v1.0.4) --- updated-dependencies: - dependency-name: pyblu 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/server/providers/bluesound/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/server/providers/bluesound/manifest.json b/music_assistant/server/providers/bluesound/manifest.json index 95fbffab5..a02a827b7 100644 --- a/music_assistant/server/providers/bluesound/manifest.json +++ b/music_assistant/server/providers/bluesound/manifest.json @@ -4,7 +4,7 @@ "name": "Bluesound", "description": "BluOS Player provider for Music Assistant.", "codeowners": ["@cyanogenbot"], - "requirements": ["pyblu==1.0.2"], + "requirements": ["pyblu==1.0.4"], "documentation": "Link to the documentation on the music-assistant.io helppage (may be added later).", "mdns_discovery": ["_musc._tcp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index 0abe5584c..0b9822440 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -28,7 +28,7 @@ pillow==11.0.0 pkce==1.0.3 plexapi==4.15.16 py-opensonic==5.1.1 -pyblu==1.0.2 +pyblu==1.0.4 PyChromecast==14.0.4 pycryptodome==3.21.0 python-fullykiosk==0.0.14