From b9bdb775aba3a9b658aa0086e40e299d126fe04e Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Mon, 19 Dec 2022 13:13:38 -0600 Subject: [PATCH] Fix dependency changelog kind (#6452) --- .changes/1.4.0-b1.md | 3 --- .changes/1.4.0/Dependency-20221205-002118.yaml | 2 +- CHANGELOG.md | 3 --- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.changes/1.4.0-b1.md b/.changes/1.4.0-b1.md index d4005636890..b2a0e96827c 100644 --- a/.changes/1.4.0-b1.md +++ b/.changes/1.4.0-b1.md @@ -65,9 +65,6 @@ - Bump black from 22.8.0 to 22.10.0 ([#6019](https://github.com/dbt-labs/dbt-core/pull/6019)) - Bump mashumaro[msgpack] from 3.0.4 to 3.1.1 in /core ([#6108](https://github.com/dbt-labs/dbt-core/pull/6108)) - Update colorama requirement from <0.4.6,>=0.3.9 to >=0.3.9,<0.4.7 in /core ([#6144](https://github.com/dbt-labs/dbt-core/pull/6144)) - -### Dependency - - Bump mashumaro[msgpack] from 3.1.1 to 3.2 in /core ([#4904](https://github.com/dbt-labs/dbt-core/issues/4904)) ### Contributors diff --git a/.changes/1.4.0/Dependency-20221205-002118.yaml b/.changes/1.4.0/Dependency-20221205-002118.yaml index b1e1ae1a6cd..f4203a5285c 100644 --- a/.changes/1.4.0/Dependency-20221205-002118.yaml +++ b/.changes/1.4.0/Dependency-20221205-002118.yaml @@ -1,4 +1,4 @@ -kind: "Dependency" +kind: "Dependencies" body: "Bump mashumaro[msgpack] from 3.1.1 to 3.2 in /core" time: 2022-12-05T00:21:18.00000Z custom: diff --git a/CHANGELOG.md b/CHANGELOG.md index 338814ed03a..4a91696f68b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,9 +72,6 @@ - Bump black from 22.8.0 to 22.10.0 ([#6019](https://github.com/dbt-labs/dbt-core/pull/6019)) - Bump mashumaro[msgpack] from 3.0.4 to 3.1.1 in /core ([#6108](https://github.com/dbt-labs/dbt-core/pull/6108)) - Update colorama requirement from <0.4.6,>=0.3.9 to >=0.3.9,<0.4.7 in /core ([#6144](https://github.com/dbt-labs/dbt-core/pull/6144)) - -### Dependency - - Bump mashumaro[msgpack] from 3.1.1 to 3.2 in /core ([#4904](https://github.com/dbt-labs/dbt-core/issues/4904)) ### Contributors