From 703b2d984bc81b6f64ff7e05a2b86e3262ef0945 Mon Sep 17 00:00:00 2001 From: music-assistant-machine <141749843+music-assistant-machine@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:49:38 +0200 Subject: [PATCH] frontend-2.4.3 (#1235) * Update pyproject.toml for 2.4.3 * Update requirements_all.txt for 2.4.3 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b667be4a..162ae028 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.2", + "music-assistant-frontend==2.4.3", "pillow==10.3.0", "pyatv==0.14.5", "soundcloudpy==0.1.0", diff --git a/requirements_all.txt b/requirements_all.txt index a49e015a..5ad196d0 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.2 +music-assistant-frontend==2.4.3 orjson==3.10.0 pillow==10.3.0 plexapi==4.15.11 -- 2.34.1