Skip to content

Commit 64f67fe

Browse files
Soften black dependency. (#416)
1 parent 720368c commit 64f67fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jinja2 = "^3.0.0"
2424
typer = "^0.3"
2525
colorama = {version = "^0.4.3", markers = "sys_platform == 'win32'"}
2626
shellingham = "^1.3.2"
27-
black = "^21.4b0"
27+
black = "*"
2828
isort = "^5.0.5"
2929
pyyaml = "^5.3.1"
3030
importlib_metadata = {version = "^2.0.0", python = "<3.8"}

0 commit comments

Comments
 (0)