From eafc6ae194cd45c08ae0ea803e655052eb5f2fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 12:19:37 -0400 Subject: [PATCH] Bump black from 22.3.0 to 22.8.0 (#248) * Bump black from 22.3.0 to 22.8.0 Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.8.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/22.3.0...22.8.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 * remove newline 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: leahwicz <60146280+leahwicz@users.noreply.github.com> --- .changes/unreleased/Dependency-20220902-153118.yaml | 7 +++++++ dev-requirements.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependency-20220902-153118.yaml diff --git a/.changes/unreleased/Dependency-20220902-153118.yaml b/.changes/unreleased/Dependency-20220902-153118.yaml new file mode 100644 index 000000000..1ccb580d5 --- /dev/null +++ b/.changes/unreleased/Dependency-20220902-153118.yaml @@ -0,0 +1,7 @@ +kind: Dependency +body: "Bump black from 22.3.0 to 22.8.0" +time: 2022-09-02T15:31:18.00000Z +custom: + Author: dependabot[bot] + Issue: 216 + PR: 248 diff --git a/dev-requirements.txt b/dev-requirements.txt index 587287b8e..05c397aa2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,7 +3,7 @@ git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter -black==22.3.0 +black==22.8.0 click~=8.0.4 bumpversion flake8