From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 09:41:06 +0000 (+0200) Subject: Bump mashumaro from 2.0 to 2.5 (#104) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=f4c89de51f6187f9700a1610a93711c382d137c0;p=music-assistant-server.git Bump mashumaro from 2.0 to 2.5 (#104) Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 2.0 to 2.5. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v2.0...v2.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/requirements.txt b/requirements.txt index 254e66c7..5a2eb812 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,6 @@ zeroconf==0.28.8 passlib==1.7.4 cryptography==3.4.6 ujson==4.0.2 -mashumaro==2.0 +mashumaro==2.5 typing-inspect==0.6.0; python_version < '3.8' uvloop==0.15.2; sys_platform != 'win32'