Skip to content

Commit

Permalink
Update dependency on 'click' package to allow for new major version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Feb 19, 2022
1 parent fa67f9d commit c957924
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["deepl", "api", "translation", "ai", "machine-learning"]
[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.25.1"
click = "^7.1.2"
click = ">=7.1.2"

[tool.poetry.dev-dependencies]
pytest = "^4.6"
Expand Down

0 comments on commit c957924

Please sign in to comment.