From 3340ac1fa3c7711e0d3dcd35f6fd55d4d4b4e33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:04:07 +0000 Subject: [PATCH 1/2] Update black requirement from ~=23.9 to ~=23.10 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.9.0...23.10.0) --- 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 496aa5538..36f65c7f1 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.9 +black~=23.10 bumpversion~=0.6.0 click~=8.1 ddtrace~=1.19 From 3ad7abf8c264af00e22f5977c6c28e374fa716f6 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Wed, 18 Oct 2023 01:04:30 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20231018-010429.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20231018-010429.yaml diff --git a/.changes/unreleased/Dependencies-20231018-010429.yaml b/.changes/unreleased/Dependencies-20231018-010429.yaml new file mode 100644 index 000000000..fec345104 --- /dev/null +++ b/.changes/unreleased/Dependencies-20231018-010429.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update black requirement from ~=23.9 to ~=23.10" +time: 2023-10-18T01:04:29.00000Z +custom: + Author: dependabot[bot] + PR: 973