From 8e028cbdbd5bf11eaa44b3265e2966957e82a3b0 Mon Sep 17 00:00:00 2001 From: music-assistant-machine <141749843+music-assistant-machine@users.noreply.github.com> Date: Tue, 23 Apr 2024 00:54:16 +0200 Subject: [PATCH] frontend-2.4.6 (#1247) * Update pyproject.toml for 2.4.6 * Update requirements_all.txt for 2.4.6 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5813b28c..cb71a393 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.5", + "music-assistant-frontend==2.4.6", "pillow==10.3.0", "pyatv==0.14.5", "soundcloudpy==0.1.0", diff --git a/requirements_all.txt b/requirements_all.txt index a0ee17f6..8d7d2945 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.5 +music-assistant-frontend==2.4.6 orjson==3.10.1 pillow==10.3.0 plexapi==4.15.11 -- 2.34.1