diff --git a/pyproject.toml b/pyproject.toml index 8ba5068..272c0a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,8 +51,8 @@ requires-python = ">=3.8" [project.optional-dependencies] dev = [ + "mypy==1.8.0", "isort==5.13.2", - "mypy==1.7.1", "mypy-extensions>=0.4.3", "pre-commit>=2.20.0", "pylint",