Skip to content

Commit

Permalink
Update click requirement from ~=8.0.4 to ~=8.1.3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Jul 4, 2022
1 parent 31e3890 commit 3a09de0
Showing 1 changed file with 1 addition and 1 deletion.
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.3.0
click~=8.0.4
click~=8.1.3
bumpversion
flake8
flaky
Expand Down

0 comments on commit 3a09de0

Please sign in to comment.