Skip to content

Commit

Permalink
Bump click from 6.7 to 7.1.1
Browse files Browse the repository at this point in the history
Bumps [click](https://github.com/pallets/click) from 6.7 to 7.1.1.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/master/CHANGES.rst)
- [Commits](pallets/click@6.7...7.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 10, 2020
1 parent c5ad601 commit d861eb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -31,7 +31,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.6 || ^3.7"
ply = "^3.11"
click = "^6.0"
click = ">=6,<8"
click_default_group = "^1.2"
dataclasses = { version = "^0.6", python = "<3.7" }
typing_extensions = "^3.6"
Expand Down

0 comments on commit d861eb9

Please sign in to comment.