From c9dfe858d8cf4a9d94d957097dd32e4ec4e4c1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:37:15 +0000 Subject: [PATCH] chore(deps): bump music-assistant-models from 1.1.51 to 1.1.65 Bumps music-assistant-models from 1.1.51 to 1.1.65. --- updated-dependencies: - dependency-name: music-assistant-models dependency-version: 1.1.65 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 11191d5..a194fe9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] -dependencies = ["aiohttp>=3.8.6", "music_assistant_models==1.1.51", "orjson>=3.9"] +dependencies = ["aiohttp>=3.8.6", "music_assistant_models==1.1.65", "orjson>=3.9"] description = "Music Assistant Client" license = {text = "Apache-2.0"} name = "music_assistant_client"