diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 78d9f19c5..10a6f23dd 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -12,7 +12,7 @@ aiohttp = "^3.8.3" [tool.poetry.dev-dependencies] black = "^22.8.0" -mypy = "^0.981" +mypy = "^0.982" [build-system] requires = ["poetry-core>=1.0.0"]