From b35239852c644a88cd4bb6b1eea911a1a5f78297 Mon Sep 17 00:00:00 2001 From: music-assistant-machine <141749843+music-assistant-machine@users.noreply.github.com> Date: Wed, 27 Mar 2024 00:02:58 +0100 Subject: [PATCH] frontend-2.4.0 (#1186) * Update pyproject.toml for 2.4.0 * Update requirements_all.txt for 2.4.0 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7222524f..e6de4da8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ server = [ "python-slugify==8.0.4", "mashumaro==3.12", "memory-tempfile==2.2.3", - "music-assistant-frontend==2.3.4", + "music-assistant-frontend==2.4.0", "pillow==10.2.0", "pyatv==0.14.5", "unidecode==1.3.8", diff --git a/requirements_all.txt b/requirements_all.txt index ab4994bf..48547421 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -20,7 +20,7 @@ ifaddr==0.2.0 jellyfin_apiclient_python==1.9.2 mashumaro==3.12 memory-tempfile==2.2.3 -music-assistant-frontend==2.3.4 +music-assistant-frontend==2.4.0 orjson==3.9.15 pillow==10.2.0 plexapi==4.15.10 -- 2.34.1