Skip to content

Commit

Permalink
➕ Update dependencies, upgrade Click range
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 29, 2021
1 parent 2ebcea8 commit f65e8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"License :: OSI Approved :: MIT License"
]
requires = [
"click >= 7.1.1, <7.2.0"
"click >= 7.1.1, <9.0.0"
]
description-file = "README.md"
requires-python = ">=3.6"
Expand All @@ -43,7 +43,7 @@ test = [
"coverage >=5.2,<6.0",
"pytest-xdist >=1.32.0,<2.0.0",
"pytest-sugar >=0.9.4,<0.10.0",
"mypy ==0.782",
"mypy ==0.910",
"black >=19.10b0,<20.0b0",
"isort >=5.0.6,<6.0.0"
]
Expand Down

1 comment on commit f65e8c6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.