From 41a4316af430c06e5b59129fda3f641135d0d7eb Mon Sep 17 00:00:00 2001 From: music-assistant-machine <141749843+music-assistant-machine@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:37:08 +0100 Subject: [PATCH] frontend-2.10.0 (#1826) * Update pyproject.toml for 2.10.0 * Update requirements_all.txt for 2.10.0 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b720c4e6..11fcf40b 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.9.17", + "music-assistant-frontend==2.10.0", "music-assistant-models==1.1.5", "orjson==3.10.12", "pillow==11.0.0", diff --git a/requirements_all.txt b/requirements_all.txt index 6ebd9da0..0424ebd3 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.9.17 +music-assistant-frontend==2.10.0 music-assistant-models==1.1.5 orjson==3.10.12 pillow==11.0.0 -- 2.34.1