X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6aef6c9d458e8df88f510e94c18f216232b6a786..32009775e569491a6a535c6e48201a3409e036f2:/Pipfile diff --git a/Pipfile b/Pipfile index d82e2fe..3784810 100644 --- a/Pipfile +++ b/Pipfile @@ -11,8 +11,9 @@ appdirs = "*" toml = ">=0.9.4" black = {path = ".",extras = ["d"],editable = true} aiohttp-cors = "*" -typed-ast = ">=1.3.1" -regex = "*" +typed-ast = "==1.4.0" +regex = ">=2019.8" +pathspec = ">=0.6" [dev-packages] pre-commit = "*" @@ -21,7 +22,7 @@ docutils = "==0.15" # not a direct dependency, see https://github.com/pypa/pipe flake8 = "*" flake8-bugbear = "*" flake8-mypy = "*" -mypy = ">=0.620" +mypy = ">=0.740" readme_renderer = "*" recommonmark = "*" Sphinx = "*"