X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3500e1cda5bef73ddc7eaf79be6c67c918738936..7c94ed61a55f8ae0c60737cbc6cfee3b5066ce11:/Pipfile?ds=sidebyside diff --git a/Pipfile b/Pipfile index 534ca50..90d4a2a 100644 --- a/Pipfile +++ b/Pipfile @@ -42,9 +42,8 @@ platformdirs= ">=2" click = ">=8.0.0" mypy_extensions = ">=0.4.3" pathspec = ">=0.8.1" -regex = ">=2020.1.8" -tomli = ">=0.2.6, <2.0.0" -typed-ast = "==1.4.2" +tomli = ">=1.1.0, <3.0.0" +typed-ast = "==1.4.3" typing_extensions = {markers = "python_version < '3.10'", version = ">=3.10.0.0"} black = {editable = true,extras = ["d"],path = "."} dataclasses = {markers = "python_version < '3.7'", version = ">0.1.3"}