From 0dcbe7ea29684063f1a5cf3b85581568a7c829da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 11:12:53 +0200 Subject: [PATCH] Bump mashumaro from 3.12 to 3.13 (#1296) Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 3.12 to 3.13. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.12...v3.13) --- 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 f4a0a9b8..a54c1875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ server = [ "colorlog==6.8.2", "aiosqlite==0.20.0", "python-slugify==8.0.4", - "mashumaro==3.12", + "mashumaro==3.13", "memory-tempfile==2.2.3", "music-assistant-frontend==2.5.10", "pillow==10.3.0", diff --git a/requirements_all.txt b/requirements_all.txt index 38c7e345..a818364a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -20,7 +20,7 @@ git+https://github.com/MarvinSchenkel/pytube.git hass-client==1.0.1 ifaddr==0.2.0 jellyfin_apiclient_python==1.9.2 -mashumaro==3.12 +mashumaro==3.13 memory-tempfile==2.2.3 music-assistant-frontend==2.5.10 orjson==3.10.3 -- 2.34.1