From 99fcc3b69b7cf02ef7b866f095c51632eebc0925 Mon Sep 17 00:00:00 2001 From: music-assistant-machine <141749843+music-assistant-machine@users.noreply.github.com> Date: Wed, 8 Jan 2025 09:09:32 +0100 Subject: [PATCH] frontend-2.10.4 (#1838) * Update pyproject.toml for 2.10.4 * Update requirements_all.txt for 2.10.4 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 44066bdd..28cf7c62 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.10.3", + "music-assistant-frontend==2.10.4", "music-assistant-models==1.1.9", "orjson==3.10.12", "pillow==11.0.0", diff --git a/requirements_all.txt b/requirements_all.txt index e7b83c99..257d6427 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -23,7 +23,7 @@ ibroadcastaio==0.3.1 ifaddr==0.2.0 mashumaro==3.14 memory-tempfile==2.2.3 -music-assistant-frontend==2.10.3 +music-assistant-frontend==2.10.4 music-assistant-models==1.1.9 orjson==3.10.12 pillow==11.0.0 -- 2.34.1