diff --git a/.changes/unreleased/Dependencies-20231027-230301.yaml b/.changes/unreleased/Dependencies-20231027-230301.yaml new file mode 100644 index 000000000..74548ddea --- /dev/null +++ b/.changes/unreleased/Dependencies-20231027-230301.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update black requirement from ~=23.9 to ~=23.10" +time: 2023-10-27T23:03:01.00000Z +custom: + Author: dependabot[bot] + PR: 927 diff --git a/dev-requirements.txt b/dev-requirements.txt index e6965c69f..a6b3dca0e 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 flake8~=6.1;python_version>="3.8"