From 09c2520aa0559b541500bbe91cdf9cff4be3713b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 03:11:06 +0200 Subject: [PATCH] Bump mashumaro from 3.13.1 to 3.14 (#1751) Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 3.13.1 to 3.14. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.13.1...v3.14) --- updated-dependencies: - dependency-name: mashumaro 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 258cc14c..27b696b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ server = [ "aiosqlite==0.20.0", "eyeD3==0.9.7", "python-slugify==8.0.4", - "mashumaro==3.13.1", + "mashumaro==3.14", "memory-tempfile==2.2.3", "music-assistant-frontend==v2.9.11", "pillow==11.0.0", diff --git a/requirements_all.txt b/requirements_all.txt index 88154f9a..fbb1209c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -20,7 +20,7 @@ eyeD3==0.9.7 faust-cchardet>=2.1.18 hass-client==1.2.0 ifaddr==0.2.0 -mashumaro==3.13.1 +mashumaro==3.14 memory-tempfile==2.2.3 music-assistant-frontend==v2.9.11 orjson==3.10.7 -- 2.34.1