From 3d7343ba71aab3d2f7b272f9bed55b2a3a6ed745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 09:23:10 +0100 Subject: [PATCH] Chore(deps): Bump mashumaro from 3.16 to 3.17 (#2673) Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 3.16 to 3.17. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.16...v3.17) --- updated-dependencies: - dependency-name: mashumaro dependency-version: '3.17' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 360836db..b15bdc78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "chardet>=5.2.0", "ifaddr==0.2.0", "get-mac==0.9.2", - "mashumaro==3.16", + "mashumaro==3.17", "music-assistant-frontend==2.17.9", "music-assistant-models==1.1.70", "mutagen==1.47.0", diff --git a/requirements_all.txt b/requirements_all.txt index 75268774..3f61dc36 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -35,7 +35,7 @@ ifaddr==0.2.0 liblistenbrainz==0.6.1 librosa==0.11.0 lyricsgenius==3.7.2 -mashumaro==3.16 +mashumaro==3.17 music-assistant-frontend==2.17.9 music-assistant-models==1.1.70 mutagen==1.47.0 -- 2.34.1