From 55983e1a97c6782028ec537e848b901e63794fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:55:05 +0100 Subject: [PATCH 1/2] Chore(deps): Bump tidalapi from 0.8.0 to 0.8.1 (#1783) * Chore(deps): Bump tidalapi from 0.8.0 to 0.8.1 Bumps [tidalapi](https://github.com/tamland/python-tidal) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/tamland/python-tidal/releases) - [Changelog](https://github.com/tamland/python-tidal/blob/master/HISTORY.rst) - [Commits](https://github.com/tamland/python-tidal/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: tidalapi 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/tidal/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/providers/tidal/manifest.json b/music_assistant/providers/tidal/manifest.json index d21ddd5a6..76a62ade0 100644 --- a/music_assistant/providers/tidal/manifest.json +++ b/music_assistant/providers/tidal/manifest.json @@ -4,7 +4,7 @@ "name": "Tidal", "description": "Support for the Tidal streaming provider in Music Assistant.", "codeowners": ["@jozefKruszynski"], - "requirements": ["tidalapi==0.8.0"], + "requirements": ["tidalapi==0.8.1"], "documentation": "https://music-assistant.io/music-providers/tidal/", "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index b303c1d88..2a839b4c2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -41,7 +41,7 @@ snapcast==2.3.6 soco==0.30.5 soundcloudpy==0.1.0 sxm==0.2.8 -tidalapi==0.8.0 +tidalapi==0.8.1 unidecode==1.3.8 xmltodict==0.14.2 yt-dlp==2024.10.7 From 6a2e3a8109129b7c6f4871b6bd2a8ae8e8b01a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:55:37 +0100 Subject: [PATCH 2/2] Chore(deps): Bump tomli from 2.0.2 to 2.1.0 (#1782) Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.2 to 2.1.0. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.2...2.1.0) --- updated-dependencies: - dependency-name: tomli 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77aa13d79..3f83403c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ test = [ "pytest-aiohttp==1.0.5", "pytest-cov==5.0.0", "syrupy==4.7.2", - "tomli==2.0.2", + "tomli==2.1.0", "ruff==0.7.4", ]