From 6e7e55212b74a608c3edeb35419aadcfed82ed15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:05:35 +0100 Subject: [PATCH] Bump black from 23.3.0 to 24.3.0 (#8074) * Bump black from 23.3.0 to 23.7.0 Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.7.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.3.0...23.7.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR * Update dev-requirements.txt * Discard changes to .changes/unreleased/Dependencies-20230712-004015.yaml * Add automated changelog yaml from template for bot PR * Update .changes/unreleased/Dependencies-20240410-183321.yaml Co-authored-by: Emily Rockman --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot Co-authored-by: Kshitij Aranke Co-authored-by: Kshitij Aranke Co-authored-by: Emily Rockman --- .changes/unreleased/Dependencies-20240410-183321.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20240410-183321.yaml diff --git a/.changes/unreleased/Dependencies-20240410-183321.yaml b/.changes/unreleased/Dependencies-20240410-183321.yaml new file mode 100644 index 00000000000..4cdcd6af835 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240410-183321.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump black from 23.3.0 to >=24.3.0,<25.0" +time: 2024-04-10T18:33:21.00000Z +custom: + Author: dependabot[bot] + PR: 8074 diff --git a/dev-requirements.txt b/dev-requirements.txt index 95925578b2a..da0ee332952 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ git+https://github.com/dbt-labs/dbt-adapters.git git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter git+https://github.com/dbt-labs/dbt-common.git@main git+https://github.com/dbt-labs/dbt-postgres.git@main -black==23.3.0 +black>=24.3.0,<25.0 bumpversion ddtrace==2.3.0 docutils