From 21648e478ce89ba60f593723fbc4af9b38f1ef43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 00:07:31 +0100 Subject: [PATCH] chore(deps): bump music-assistant-models from 1.1.3 to 1.1.9 (#31) Bumps music-assistant-models from 1.1.3 to 1.1.9. --- updated-dependencies: - dependency-name: music-assistant-models 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 546e062..c92904a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -dependencies = ["aiohttp>=3.9", "music_assistant_models==1.1.3", "orjson>=3.9"] +dependencies = ["aiohttp>=3.9", "music_assistant_models==1.1.9", "orjson>=3.9"] description = "Music Assistant Client" license = {text = "Apache-2.0"} name = "music_assistant_client"