From 1c67e4639243bee4dec774d7470694c38cc71d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 12:12:40 +0100 Subject: [PATCH] Bump mashumaro from 3.9 to 3.10 (#913) Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 3.9 to 3.10. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.9...v3.10) --- 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 c91f64bfb..509b34417 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.9", + "mashumaro==3.10", "memory-tempfile==2.2.3", "music-assistant-frontend==2.0.15", "pillow==10.1.0", diff --git a/requirements_all.txt b/requirements_all.txt index 763f99fc6..9353247ea 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -16,7 +16,7 @@ git+https://github.com/MarvinSchenkel/pytube.git git+https://github.com/gieljnssns/python-radios.git@main git+https://github.com/music-assistant/deezer-python-async@v0.1.2 ifaddr==0.2.0 -mashumaro==3.9 +mashumaro==3.10 memory-tempfile==2.2.3 music-assistant-frontend==2.0.15 orjson==3.9.10