From 43121f7af64e26c14846415108fd4d6255e09e9e Mon Sep 17 00:00:00 2001 From: music-assistant-machine <141749843+music-assistant-machine@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:22:10 +0100 Subject: [PATCH] frontend-2.1.2 (#1040) * Update pyproject.toml for 2.1.2 * Update requirements_all.txt for 2.1.2 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e421a5b..eaa28d7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ server = [ "python-slugify==8.0.1", "mashumaro==3.11", "memory-tempfile==2.2.3", - "music-assistant-frontend==2.1.1", + "music-assistant-frontend==2.1.2", "pillow==10.2.0", "unidecode==1.3.8", "xmltodict==0.13.0", diff --git a/requirements_all.txt b/requirements_all.txt index d1eb847e..4f876186 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -18,7 +18,7 @@ git+https://github.com/music-assistant/deezer-python-async@v0.1.2 ifaddr==0.2.0 mashumaro==3.11 memory-tempfile==2.2.3 -music-assistant-frontend==2.1.1 +music-assistant-frontend==2.1.2 orjson==3.9.12 pillow==10.2.0 plexapi==4.15.7 -- 2.34.1