X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e9d4e7b67f359114ba57ecf0c1300f7eb4f08950..f2203a77c53a7790ad2bf7691f59de8599b16025:/Pipfile diff --git a/Pipfile b/Pipfile index fb52776..3784810 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ appdirs = "*" toml = ">=0.9.4" black = {path = ".",extras = ["d"],editable = true} aiohttp-cors = "*" -typed-ast = ">=1.3.1" +typed-ast = "==1.4.0" regex = ">=2019.8" pathspec = ">=0.6" @@ -22,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 = "*"