From e5f92b91b9709a70ebaa889eebe874c9932f6bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 15:06:32 +0200 Subject: [PATCH] Bump mashumaro from 3.5.0 to 3.7 (#624) Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 3.5.0 to 3.7. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.5...v3.7) --- 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 f06ffe8c..8eaeb7ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ server = [ "databases==0.7.0", "aiosqlite==0.18.0", "python-slugify==8.0.1", - "mashumaro==3.5.0", + "mashumaro==3.7", "memory-tempfile==2.2.3", "music-assistant-frontend==20230414.0", "pillow==9.5.0", diff --git a/requirements_all.txt b/requirements_all.txt index a479f1d3..625d6f63 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -11,7 +11,7 @@ coloredlogs==15.0.1 cryptography==40.0.1 databases==0.7.0 git+https://github.com/pytube/pytube.git@refs/pull/1501/head -mashumaro==3.5.0 +mashumaro==3.7 memory-tempfile==2.2.3 music-assistant-frontend==20230414.0 orjson==3.8.9 -- 2.34.1