From 65adc6f84ac573f187fcbc41ca08662c16a609f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 08:39:31 +0100 Subject: [PATCH] Chore(deps): Bump mashumaro from 3.17 to 3.18 (#3083) Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 3.17 to 3.18. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.17...v3.18) --- updated-dependencies: - dependency-name: mashumaro dependency-version: '3.18' 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 def688a8..fa19d137 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "chardet>=5.2.0", "ifaddr==0.2.0", "getmac==0.9.5", - "mashumaro==3.17", + "mashumaro==3.18", "music-assistant-frontend==2.17.78", "music-assistant-models==1.1.95", "mutagen==1.47.0", diff --git a/requirements_all.txt b/requirements_all.txt index 4269e5b8..8ee8ad31 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -40,7 +40,7 @@ ifaddr==0.2.0 liblistenbrainz==0.6.1 librosa==0.11.0 lyricsgenius==3.7.5 -mashumaro==3.17 +mashumaro==3.18 music-assistant-frontend==2.17.78 music-assistant-models==1.1.95 mutagen==1.47.0 -- 2.34.1