Skip to content

Commit

Permalink
Restrict Click to fix upstream bug in black
Browse files Browse the repository at this point in the history
  • Loading branch information
kiudee committed Apr 2, 2022
1 parent f11bde7 commit 733f388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Sphinx = {version = ">=3.1.2", optional = true}

[tool.poetry.dev-dependencies]
black = "^19.10b0"
Click = ">=7.1.2,<=8.0.4" # black depends on internal Click API
coverage = ">=5.2.1"
flake8 = ">=3.8.3"
flake8-bugbear = "^20.1.4"
Expand Down

0 comments on commit 733f388

Please sign in to comment.