Bump mashumaro from 2.11 to 3.0 (#215)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 24 Mar 2022 08:02:56 +0000 (09:02 +0100)
committerGitHub <noreply@github.com>
Thu, 24 Mar 2022 08:02:56 +0000 (09:02 +0100)
Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 2.11 to 3.0.
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](https://github.com/Fatal1ty/mashumaro/compare/v2.11...v3.0)

---
updated-dependencies:
- dependency-name: mashumaro
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
requirements.txt

index c6a98b1f88f78f8ebace6e95f09ac1deb39d1dfc..5c33412736fdd2de671e55a6dfe3cea7e3327ee9 100644 (file)
@@ -18,6 +18,6 @@ zeroconf==0.38.3
 passlib==1.7.4
 cryptography==36.0.1
 ujson==5.1.0
-mashumaro==2.11
+mashumaro==3.0
 typing-inspect==0.6.0; python_version < '3.8'
 uvloop==0.16.0; sys_platform != 'win32'