Skip to content

Commit

Permalink
Update click requirement from ~=8.0.4 to ~=8.1.3 (#151)
Browse files Browse the repository at this point in the history
* Update click requirement from ~=8.0.4 to ~=8.1.3

Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.0.4...8.1.3)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add automated changelog yaml from template for bot PR

* Remove newline

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: leahwicz <60146280+leahwicz@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
  • Loading branch information
3 people committed Sep 2, 2022
1 parent eafc6ae commit 21a889b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changes/unreleased/Dependency-20220902-164233.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21a889b

Please sign in to comment.