diff --git a/pyproject.toml b/pyproject.toml index 4612c92..123329f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pytest = "^7.0.1" [tool.poetry.dev-dependencies] black = "^22.10" isort = "^5.8.0" -autoflake = "^1.3.1" +autoflake = "^2.0.0" mypy = "^0.971" [build-system]