diff --git a/pyproject.toml b/pyproject.toml index ef8c3e4..172b5cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python = "^3.7" [tool.poetry.dev-dependencies] black = {version = "^21.9b0", allow-prereleases = true} -mypy = "^0.930" +mypy = "^0.982" isort = "^5.9.3" flake8 = "^4.0.1" pytest = "^6.2.5"