From 617a5d2dbc3957c3f6846a919b5b4524d4c7886f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2020 14:36:22 +0000 Subject: [PATCH] build(deps-dev): bump mashumaro from 1.9 to 1.12 Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 1.9 to 1.12. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v1.9...v1.12) Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index b92bbab..6acd0e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -190,7 +190,7 @@ description = "Fast serialization framework on top of dataclasses" name = "mashumaro" optional = false python-versions = ">=3.6" -version = "1.9" +version = "1.12" [package.dependencies] msgpack = ">=0.5.6" @@ -344,7 +344,7 @@ secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "cer socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"] [metadata] -content-hash = "b79d84d019213bf357fba1f806090def4416cecf4845def28c2fd592bae8cd47" +content-hash = "0e48f86c60a9679ae45bd216ff27540a8a3096dac43abe3c2efe2d2ae1296d63" python-versions = "^3.7" [metadata.files] @@ -473,7 +473,7 @@ lxml = [ {file = "lxml-4.4.2.tar.gz", hash = "sha256:eff69ddbf3ad86375c344339371168640951c302450c5d3e9936e98d6459db06"}, ] mashumaro = [ - {file = "mashumaro-1.9.tar.gz", hash = "sha256:99e066ba40892ef77b589c91220b68780ed6160f6be707f39a2e60b7b885387e"}, + {file = "mashumaro-1.12.tar.gz", hash = "sha256:328bd252eeb51959a66c5a465a8ef4877f5ea8ac396af11278ac4bdb06cc49f8"}, ] msgpack = [ {file = "msgpack-0.6.2-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:774f5edc3475917cd95fe593e625d23d8580f9b48b570d8853d06cac171cd170"}, diff --git a/pyproject.toml b/pyproject.toml index bb27697..f0e18c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ path = ">=13.1,<16.0" green = "3.0.0" coverage = "5.2.1" codecov = "2.1.9" -mashumaro = "1.9" +mashumaro = "1.12" bandit = "^1.6.2" black = "^19.10b0"