mirror of
https://github.com/pelican-plugins/share-post.git
synced 2025-10-15 17:08:54 +02:00
Fixed Black version
This commit is contained in:
parent
56488d52d1
commit
ab3cd4c3dd
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ markdown = {version = ">=3.2.2", optional = true}
|
|||
beautifulsoup4 = "^4.9.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = {version = "^21.4b2", allow-prereleases = true}
|
||||
black = {version = ">=22.3.0", allow-prereleases = true}
|
||||
flake8 = "^3.9"
|
||||
flake8-black = "^0.2.0"
|
||||
invoke = "^1.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue