From 3a4ca1e07b56fcc4c7dcd63df3fb82d6824455d2 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 20 Jul 2023 13:47:43 +0200 Subject: [PATCH] bump frontend to 2.0.3 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3b0e642e..5a913561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ server = [ "python-slugify==8.0.1", "mashumaro==3.8.1", "memory-tempfile==2.2.3", - "music-assistant-frontend==2.0.2", + "music-assistant-frontend==2.0.3", "pillow==9.5.0", "unidecode==1.3.6", "xmltodict==0.13.0", diff --git a/requirements_all.txt b/requirements_all.txt index 18d3da2b..3ce9c9e8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -19,7 +19,7 @@ git+https://github.com/pytube/pytube.git@refs/pull/1680/head ifaddr==0.2.0 mashumaro==3.8.1 memory-tempfile==2.2.3 -music-assistant-frontend==2.0.2 +music-assistant-frontend==2.0.3 orjson==3.9.2 pillow==9.5.0 plexapi==4.14.0 -- 2.34.1