1
0
Fork 0
forked from github/pelican

Update to Invoke 2.0 for Python 3.11 compatibility

This commit is contained in:
Justin Mayer 2023-04-16 09:08:31 +02:00
commit 4db5c7ca4b

View file

@ -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}