Skip to content

Commit

Permalink
pyproject.toml: Specify black version to 22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaboiss committed Jul 24, 2022
1 parent 7e4a67c commit c8c23b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pylibravatar = ">=1.7"
markdown = {version = ">=3.2", optional = true}

[tool.poetry.dev-dependencies]
black = {version = "^21.11b0", allow-prereleases = true}
black = {version = "^22.1.0"}
flake8 = "^3.9"
flake8-black = "^0.2"
invoke = "^1.3"
Expand Down

0 comments on commit c8c23b2

Please sign in to comment.