From f80a39b219228c17d75d47670cc9b12abc8da2ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 08:16:46 +0000 Subject: [PATCH] Chore(deps): Bump py-opensonic from 8.0.1 to 8.1.1 (#3023) * Chore(deps): Bump py-opensonic from 8.0.1 to 8.1.1 Bumps [py-opensonic](https://github.com/khers/py-opensonic) from 8.0.1 to 8.1.1. - [Release notes](https://github.com/khers/py-opensonic/releases) - [Changelog](https://github.com/khers/py-opensonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/khers/py-opensonic/compare/v8.0.1...v8.1.1) --- updated-dependencies: - dependency-name: py-opensonic dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Also bump the 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/opensubsonic/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/providers/opensubsonic/manifest.json b/music_assistant/providers/opensubsonic/manifest.json index 1ae3b781..5e9fabb5 100644 --- a/music_assistant/providers/opensubsonic/manifest.json +++ b/music_assistant/providers/opensubsonic/manifest.json @@ -6,7 +6,7 @@ "description": "Stream music from your OpenSubsonic compatible server — your own cloud jukebox.", "codeowners": ["@khers"], "credits": ["[py-opensonic](https://github.com/khers/py-opensonic)"], - "requirements": ["py-opensonic==8.0.1"], + "requirements": ["py-opensonic==8.1.1"], "documentation": "https://music-assistant.io/music-providers/subsonic/", "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index ac83bff3..19d97872 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -51,7 +51,7 @@ pkce==1.0.3 plexapi==4.17.2 podcastparser==0.6.11 propcache>=0.2.1 -py-opensonic==8.0.1 +py-opensonic==8.1.1 pyblu==2.0.5 pycares==4.11.0 PyChromecast==14.0.9 -- 2.34.1