diff --git a/.changes/unreleased/Dependency-20220902-164233.yaml b/.changes/unreleased/Dependency-20220902-164233.yaml new file mode 100644 index 000000000..51c5c0d6d --- /dev/null +++ b/.changes/unreleased/Dependency-20220902-164233.yaml @@ -0,0 +1,7 @@ +kind: Dependency +body: "Update click requirement from ~=8.0.4 to ~=8.1.3" +time: 2022-09-02T16:42:33.00000Z +custom: + Author: dependabot[bot] + Issue: 216 + PR: 151 diff --git a/dev-requirements.txt b/dev-requirements.txt index 05c397aa2..85560e655 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,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.8.0 -click~=8.0.4 +click~=8.1.3 bumpversion flake8 flaky