From 33c6d9de84116129403d59d5af5b092c1c0215f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 12:07:52 +0000 Subject: [PATCH] chore(deps): bump music-assistant-models from 1.1.124 to 1.1.125 Bumps music-assistant-models from 1.1.124 to 1.1.125. --- updated-dependencies: - dependency-name: music-assistant-models dependency-version: 1.1.125 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..94d1715 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.125", "orjson>=3.9"] description = "Music Assistant Client" license = {text = "Apache-2.0"} name = "music_assistant_client"