From 13cff90c6d6b62287600d18de0e098f50b24f261 Mon Sep 17 00:00:00 2001 From: music-assistant-machine <141749843+music-assistant-machine@users.noreply.github.com> Date: Sat, 4 May 2024 04:27:38 +0200 Subject: [PATCH] frontend-2.5.1 (#1269) * Update pyproject.toml for 2.5.1 * Update requirements_all.txt for 2.5.1 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ca0ad23..82d2eb0a 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.7", + "music-assistant-frontend==2.5.1", "pillow==10.3.0", "pyatv==0.14.5", "soundcloudpy==0.1.0", diff --git a/requirements_all.txt b/requirements_all.txt index a7de2d52..8d16fbfd 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.7 +music-assistant-frontend==2.5.1 orjson==3.9.15 pillow==10.3.0 plexapi==4.15.12 -- 2.34.1