From d92260ff4f283d24f2154cf253d332c08198bb83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 00:29:26 +0200 Subject: [PATCH] Bump mashumaro from 3.7 to 3.8.1 (#762) Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 3.7 to 3.8.1. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.7...v3.8.1) --- 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 d7c57847..898d3ae9 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.7", + "mashumaro==3.8.1", "memory-tempfile==2.2.3", "music-assistant-frontend==2.0.2", "pillow==9.5.0", diff --git a/requirements_all.txt b/requirements_all.txt index ef28df0f..c7967fba 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -17,7 +17,7 @@ git+https://github.com/gieljnssns/python-radios.git@main git+https://github.com/jozefKruszynski/python-tidal.git@refs/heads/album-type-with-fix git+https://github.com/pytube/pytube.git@refs/pull/1680/head ifaddr==0.2.0 -mashumaro==3.7 +mashumaro==3.8.1 memory-tempfile==2.2.3 music-assistant-frontend==2.0.2 orjson==3.9.1 -- 2.34.1