From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 14:47:59 +0000 (+0200) Subject: Bump mashumaro from 2.5 to 2.6 (#141) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=134fd8995758d1eb9b9e0ba2805a693330ffb170;p=music-assistant-server.git Bump mashumaro from 2.5 to 2.6 (#141) Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 2.5 to 2.6. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v2.5...v2.6) --- 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/requirements.txt b/requirements.txt index 5440ffbb..8f2eef1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,6 @@ zeroconf==0.33.1 passlib==1.7.4 cryptography==3.4.7 ujson==4.0.2 -mashumaro==2.5 +mashumaro==2.6 typing-inspect==0.6.0; python_version < '3.8' uvloop==0.15.3; sys_platform != 'win32'