From f67098d585b90303e5a946e363ba860ce9efe78c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:50:07 -0500 Subject: [PATCH] Update black requirement from ~=23.10 to ~=23.11 (#826) * Update black requirement from ~=23.10 to ~=23.11 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.10.0...23.11.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot --- .changes/unreleased/Dependencies-20231108-121743.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20231108-121743.yaml diff --git a/.changes/unreleased/Dependencies-20231108-121743.yaml b/.changes/unreleased/Dependencies-20231108-121743.yaml new file mode 100644 index 000000000..e6f418cfa --- /dev/null +++ b/.changes/unreleased/Dependencies-20231108-121743.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update black requirement from ~=23.10 to ~=23.11" +time: 2023-11-08T12:17:43.00000Z +custom: + Author: dependabot[bot] + PR: 826 diff --git a/dev-requirements.txt b/dev-requirements.txt index 671a84193..c37c088f4 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory= # if version 1.x or greater -> pin to major version # if version 0.x -> pin to minor -black~=23.10 +black~=23.11 bumpversion~=0.6.0 click~=8.1 ddtrace~=2.1