From 5ab338b820e78d1f47b68ffd91f32085c2668f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:00:14 +0000 Subject: [PATCH 1/2] Update black requirement from ~=23.7 to ~=23.9 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [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.7.0...23.9.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f887fe214..053ee688c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-postgres&subdirectory=plugi # if version 1.x or greater -> pin to major version # if version 0.x -> pin to minor -black~=23.7 +black~=23.9 bumpversion~=0.6.0 click~=8.1 ddtrace~=1.18 From 7ed466a4744964ed3aabb8eb815cb547dbc5f77c Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 12 Sep 2023 00:23:55 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20230912-002353.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20230912-002353.yaml diff --git a/.changes/unreleased/Dependencies-20230912-002353.yaml b/.changes/unreleased/Dependencies-20230912-002353.yaml new file mode 100644 index 000000000..be7230348 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230912-002353.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update black requirement from ~=23.7 to ~=23.9" +time: 2023-09-12T00:23:53.00000Z +custom: + Author: dependabot[bot] + PR: 600