X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d923945513d8f679f43aec44aa8b777e5f9aab14..fc6cea0f0e0f6da99fffbedbfcf3d50cc0e641a4:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 329adaa..435626a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,9 +65,10 @@ classifiers = [ dependencies = [ "click>=8.0.0", "mypy_extensions>=0.4.3", + "packaging>=22.0", "pathspec>=0.9.0", "platformdirs>=2", - "tomli>=1.1.0; python_full_version < '3.11.0a7'", + "tomli>=1.1.0; python_version < '3.11'", "typed-ast>=1.4.2; python_version < '3.8' and implementation_name == 'cpython'", "typing_extensions>=3.10.0.0; python_version < '3.10'", ] @@ -119,7 +120,7 @@ sources = ["src"] enable-by-default = false dependencies = [ "hatch-mypyc>=0.13.0", - "mypy==0.971", + "mypy==0.991", # Required stubs to be removed when the packages support PEP 561 themselves "types-typed-ast>=1.4.2", ]