From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 08:14:42 +0000 (+0100) Subject: Bump mashumaro from 1.15 to 1.16 (#55) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=1b60d95cf074cc1aca37dc1a141c2177ec177264;p=music-assistant-server.git Bump mashumaro from 1.15 to 1.16 (#55) Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 1.15 to 1.16. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v1.15...v1.16) 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 8c49b000..d7bb8033 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,6 @@ zeroconf==0.28.7 passlib==1.7.4 cryptography==3.2.1 ujson==4.0.1 -mashumaro==1.15 +mashumaro==1.16 typing-inspect==0.6.0; python_version < '3.8' uvloop==0.14.0; sys_platform != 'win32'