forked from github/pelican
Update to Invoke 2.0 for Python 3.11 compatibility
This commit is contained in:
parent
6ac497922f
commit
4db5c7ca4b
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ pytest-xdist = "^2.0"
|
||||||
tox = {version = "^3.13", optional = true}
|
tox = {version = "^3.13", optional = true}
|
||||||
flake8 = "^3.8"
|
flake8 = "^3.8"
|
||||||
flake8-import-order = "^0.18.1"
|
flake8-import-order = "^0.18.1"
|
||||||
invoke = "^1.3"
|
invoke = "^2.0"
|
||||||
isort = "^5.2"
|
isort = "^5.2"
|
||||||
black = {version = "^19.10b0", allow-prereleases = true}
|
black = {version = "^19.10b0", allow-prereleases = true}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue