From 31c16535fdd5fa3068a2913d8a4b4a1f79b8c087 Mon Sep 17 00:00:00 2001 From: music-assistant-machine <141749843+music-assistant-machine@users.noreply.github.com> Date: Thu, 13 Feb 2025 22:51:31 +0100 Subject: [PATCH] frontend-2.11.3 (#1960) * Update pyproject.toml for 2.11.3 * Update requirements_all.txt for 2.11.3 --------- Co-authored-by: Marcel van der Veldt --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c67a4457..caa51fbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "ifaddr==0.2.0", "mashumaro==3.14", "memory-tempfile==2.2.3", - "music-assistant-frontend==2.11.2", + "music-assistant-frontend==2.11.3", "music-assistant-models==1.1.25", "orjson==3.10.12", "pillow==11.1.0", diff --git a/requirements_all.txt b/requirements_all.txt index c49c1bbb..89cd6179 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -25,7 +25,7 @@ ibroadcastaio==0.4.0 ifaddr==0.2.0 mashumaro==3.14 memory-tempfile==2.2.3 -music-assistant-frontend==2.11.2 +music-assistant-frontend==2.11.3 music-assistant-models==1.1.25 orjson==3.10.12 pillow==11.1.0 -- 2.34.1