diff --git a/pyproject.toml b/pyproject.toml index 5cc0a67..e7daf74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ mypy-extensions = "^0.4.3" [tool.poetry.dev-dependencies] nox = "^2022.1.7" -mypy = "^0.991" +mypy = "^1.0" black = "^22.1.0" isort = "^5.10.1" flake8 = "^5.0.4"