From 78c70e5972fb5d537fafd9904e90a44928e39cf1 Mon Sep 17 00:00:00 2001 From: music-assistant-machine <141749843+music-assistant-machine@users.noreply.github.com> Date: Fri, 29 Mar 2024 02:52:30 +0100 Subject: [PATCH] frontend-2.4.1 (#1190) * Update pyproject.toml for 2.4.1 * Update requirements_all.txt for 2.4.1 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6de4da8..3e07a3ad 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.4.0", + "music-assistant-frontend==2.4.1", "pillow==10.2.0", "pyatv==0.14.5", "unidecode==1.3.8", diff --git a/requirements_all.txt b/requirements_all.txt index 48547421..87de7d65 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.4.0 +music-assistant-frontend==2.4.1 orjson==3.9.15 pillow==10.2.0 plexapi==4.15.10 -- 2.34.1