From cccc987c6f7a1a3595ee811318251ecbfa6a1953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Dec 2021 20:20:50 +0000 Subject: [PATCH] Bump mashumaro from 2.9 to 2.10.1 in /core Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 2.9 to 2.10.1. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v2.9...v2.10.1) --- updated-dependencies: - dependency-name: mashumaro dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/setup.py b/core/setup.py index 0e2f457ea00..b3384f8e0b0 100644 --- a/core/setup.py +++ b/core/setup.py @@ -58,7 +58,7 @@ 'hologram==0.0.14', 'isodate>=0.6,<0.7', 'logbook>=1.5,<1.6', - 'mashumaro==2.9', + 'mashumaro==2.10.1', 'minimal-snowplow-tracker==0.0.2', 'networkx>=2.3,<3', 'packaging>=20.9,<22.0',