diff --git a/.changes/unreleased/Dependencies-20230412-191333.yaml b/.changes/unreleased/Dependencies-20230412-191333.yaml new file mode 100644 index 00000000000..bf3908e0216 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230412-191333.yaml @@ -0,0 +1,6 @@ +kind: Dependencies +body: Bump mashumaro[msgpack] from 3.3.1 to 3.6 +time: 2023-04-12T19:13:33.577730692+02:00 +custom: + Author: benallard + PR: "7294" diff --git a/core/setup.py b/core/setup.py index 37d29aa1689..03025ef3f88 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.3.1", + "mashumaro[msgpack]==3.6", "minimal-snowplow-tracker==0.0.2", "networkx>=2.3,<2.8.1;python_version<'3.8'", "networkx>=2.3,<3;python_version>='3.8'",