diff --git a/.changes/unreleased/Dependencies-20230613-005750.yaml b/.changes/unreleased/Dependencies-20230613-005750.yaml new file mode 100644 index 00000000000..c9d21f9d3ec --- /dev/null +++ b/.changes/unreleased/Dependencies-20230613-005750.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump mashumaro[msgpack] from 3.6 to 3.7 in /core" +time: 2023-06-13T00:57:50.00000Z +custom: + Author: dependabot[bot] + PR: 7847 diff --git a/core/setup.py b/core/setup.py index 6da8e0ef8b1..e289d61def1 100644 --- a/core/setup.py +++ b/core/setup.py @@ -53,7 +53,7 @@ "hologram>=0.0.14,<=0.0.16", "isodate>=0.6,<0.7", "logbook>=1.5,<1.6", - "mashumaro[msgpack]==3.6", + "mashumaro[msgpack]==3.7", "minimal-snowplow-tracker==0.0.2", "networkx>=2.3,<3", "packaging>20.9",