From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:05:17 +0000 (+0100) Subject: Bump mashumaro from 3.11 to 3.12 (#1048) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=2e0ffc93e55a80136896bb6d856643c5f3945637;p=music-assistant-server.git Bump mashumaro from 3.11 to 3.12 (#1048) Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 3.11 to 3.12. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.11...v3.12) --- 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> --- diff --git a/pyproject.toml b/pyproject.toml index eaa28d7b..6807e2fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ server = [ "colorlog==6.8.0", "aiosqlite==0.19.0", "python-slugify==8.0.1", - "mashumaro==3.11", + "mashumaro==3.12", "memory-tempfile==2.2.3", "music-assistant-frontend==2.1.2", "pillow==10.2.0", diff --git a/requirements_all.txt b/requirements_all.txt index 4f876186..5c4ffa59 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/music-assistant/deezer-python-async@v0.1.2 ifaddr==0.2.0 -mashumaro==3.11 +mashumaro==3.12 memory-tempfile==2.2.3 music-assistant-frontend==2.1.2 orjson==3.9.12