From 9750db546841b65446267e82f9dfc708e9579d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 14:36:12 +0200 Subject: [PATCH] Bump mashumaro from 3.8.1 to 3.9 (#828) Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 3.8.1 to 3.9. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.8.1...v3.9) --- 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 3b7262fe..deb34bf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ server = [ "colorlog==6.7.0", "aiosqlite==0.19.0", "python-slugify==8.0.1", - "mashumaro==3.8.1", + "mashumaro==3.9", "memory-tempfile==2.2.3", "music-assistant-frontend==2.0.13", "pillow==10.0.0", diff --git a/requirements_all.txt b/requirements_all.txt index b755e0cd..bbc01239 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -16,7 +16,7 @@ faust-cchardet>=2.1.18 git+https://github.com/MarvinSchenkel/pytube.git git+https://github.com/gieljnssns/python-radios.git@main ifaddr==0.2.0 -mashumaro==3.8.1 +mashumaro==3.9 memory-tempfile==2.2.3 music-assistant-frontend==2.0.13 orjson==3.9.2 -- 2.34.1