From 02a22485260e6405a55dbaa3dcac28202e4942d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:18:26 +0000 Subject: [PATCH] chore(deps): bump music-assistant-models from 1.1.124 to 1.1.129 Bumps music-assistant-models from 1.1.124 to 1.1.129. --- updated-dependencies: - dependency-name: music-assistant-models dependency-version: 1.1.129 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0242074..8743933 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] -dependencies = ["aiohttp>=3.8.6", "music_assistant_models==1.1.124", "orjson>=3.9"] +dependencies = ["aiohttp>=3.8.6", "music_assistant_models==1.1.129", "orjson>=3.9"] description = "Music Assistant Client" license = {text = "Apache-2.0"} name = "music_assistant_client"