From 56d563c41e9ba99a42926f6574dd8d6e502af0fa Mon Sep 17 00:00:00 2001 From: music-assistant-machine <141749843+music-assistant-machine@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:12:44 +0200 Subject: [PATCH] frontend-2.8.11 (#1620) * Update pyproject.toml for 2.8.11 * Update requirements_all.txt for 2.8.11 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 337a3cb0..d6fe9847 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ server = [ "python-slugify==8.0.4", "mashumaro==3.13.1", "memory-tempfile==2.2.3", - "music-assistant-frontend==2.8.10", + "music-assistant-frontend==2.8.11", "pillow==10.4.0", "unidecode==1.3.8", "xmltodict==0.13.0", diff --git a/requirements_all.txt b/requirements_all.txt index 2dfc0c18..b713e662 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -22,7 +22,7 @@ hass-client==1.2.0 ifaddr==0.2.0 mashumaro==3.13.1 memory-tempfile==2.2.3 -music-assistant-frontend==2.8.10 +music-assistant-frontend==2.8.11 orjson==3.10.7 pillow==10.4.0 pkce==1.0.3 -- 2.34.1