From 9d74858d8ed030db3f69b16efb40cae1b5aacbde Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 7 Jul 2023 01:35:12 +0200 Subject: [PATCH] Bump frontend to version 20230707.0 (#741) bump frontend to version 20230707.0 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b0d9eea..bae92044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ server = [ "python-slugify==8.0.1", "mashumaro==3.7", "memory-tempfile==2.2.3", - "music-assistant-frontend==20230616.0", + "music-assistant-frontend==20230707.0", "pillow==9.5.0", "unidecode==1.3.6", "xmltodict==0.13.0", diff --git a/requirements_all.txt b/requirements_all.txt index e659fcfc..cd56e248 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -18,7 +18,7 @@ git+https://github.com/jozefKruszynski/python-tidal.git@refs/heads/album-type-wi git+https://github.com/pytube/pytube.git@refs/pull/1680/head mashumaro==3.7 memory-tempfile==2.2.3 -music-assistant-frontend==20230616.0 +music-assistant-frontend==20230707.0 orjson==3.9.1 pillow==9.5.0 plexapi==4.14.0 -- 2.34.1