From a9074f1cf5464ea1b44d924a427ecdf6daac264f Mon Sep 17 00:00:00 2001 From: music-assistant-machine <141749843+music-assistant-machine@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:41:27 +0100 Subject: [PATCH] frontend-2.3.3 (#1116) * Update pyproject.toml for 2.3.3 * Update requirements_all.txt for 2.3.3 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 429b3aea..458ab3b7 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.2", + "music-assistant-frontend==2.3.3", "pillow==10.2.0", "pyatv==0.14.5", "unidecode==1.3.8", diff --git a/requirements_all.txt b/requirements_all.txt index 70b4dc49..aca4f5a8 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.2 +music-assistant-frontend==2.3.3 orjson==3.9.15 pillow==10.2.0 plexapi==4.15.9 -- 2.34.1