From 3b5c478795c9360601bac0b7d14a3cc2490a6e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 00:57:19 +0000 Subject: [PATCH 1/2] Bump mashumaro[msgpack] from 3.6 to 3.7 in /core Bumps [mashumaro[msgpack]](https://github.com/Fatal1ty/mashumaro) from 3.6 to 3.7. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: mashumaro[msgpack] 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 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", From 03c51ef3ae5d2a9ff0a8333878d4d0ffb15e0157 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 13 Jun 2023 00:57:56 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20230613-005750.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20230613-005750.yaml 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