From c5a8bef034c0c4fab5f7e33e9f89593fe92d160b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:29:02 +0100 Subject: [PATCH 1/3] Bump orjson from 3.10.7 to 3.10.10 (#1763) Bumps [orjson](https://github.com/ijl/orjson) from 3.10.7 to 3.10.10. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.10.7...3.10.10) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4450c3905..ea37fca2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ server = [ "pillow==11.0.0", "unidecode==1.3.8", "xmltodict==0.14.2", - "orjson==3.10.7", + "orjson==3.10.10", "shortuuid==1.0.13", "zeroconf==0.135.0", "cryptography==43.0.3", diff --git a/requirements_all.txt b/requirements_all.txt index 2fa392c44..3543e6ecd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -23,7 +23,7 @@ ifaddr==0.2.0 mashumaro==3.14 memory-tempfile==2.2.3 music-assistant-frontend==v2.9.14 -orjson==3.10.7 +orjson==3.10.10 pillow==11.0.0 pkce==1.0.3 plexapi==4.15.16 From 48119b651bd68f4a1687725701563d7c13462b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:29:21 +0100 Subject: [PATCH 2/3] Bump zeroconf from 0.135.0 to 0.136.0 (#1762) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.135.0 to 0.136.0. - [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases) - [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-zeroconf/python-zeroconf/compare/0.135.0...0.136.0) --- updated-dependencies: - dependency-name: zeroconf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea37fca2d..3fb50c926 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ server = [ "xmltodict==0.14.2", "orjson==3.10.10", "shortuuid==1.0.13", - "zeroconf==0.135.0", + "zeroconf==0.136.0", "cryptography==43.0.3", "ifaddr==0.2.0", ] diff --git a/requirements_all.txt b/requirements_all.txt index 3543e6ecd..f4f9bc768 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -46,4 +46,4 @@ xmltodict==0.14.2 yt-dlp==2024.10.7 yt-dlp-youtube-accesstoken==0.1.1 ytmusicapi==1.8.1 -zeroconf==0.135.0 +zeroconf==0.136.0 From 8a38b27a3eb79e3f06fd715a4446fb805998c9e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:36:35 +0100 Subject: [PATCH 3/3] Bump radios from 0.3.1 to 0.3.2 (#1759) * Bump radios from 0.3.1 to 0.3.2 Bumps [radios](https://github.com/frenck/python-radios) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/frenck/python-radios/releases) - [Commits](https://github.com/frenck/python-radios/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: radios 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/radiobrowser/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/server/providers/radiobrowser/manifest.json b/music_assistant/server/providers/radiobrowser/manifest.json index cdc23c245..263a29d58 100644 --- a/music_assistant/server/providers/radiobrowser/manifest.json +++ b/music_assistant/server/providers/radiobrowser/manifest.json @@ -4,7 +4,7 @@ "name": "RadioBrowser", "description": "Search radio streams from RadioBrowser in Music Assistant.", "codeowners": ["@gieljnssns"], - "requirements": ["radios==0.3.1"], + "requirements": ["radios==0.3.2"], "documentation": "https://music-assistant.io/music-providers/radio-browser/", "multi_instance": false, "icon": "radio" diff --git a/requirements_all.txt b/requirements_all.txt index f4f9bc768..ecb2fd6b4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -34,7 +34,7 @@ pycryptodome==3.21.0 python-fullykiosk==0.0.14 python-slugify==8.0.4 pywidevine==1.8.0 -radios==0.3.1 +radios==0.3.2 shortuuid==1.0.13 snapcast==2.3.6 soco==0.30.5