diff --git a/pyproject.toml b/pyproject.toml index 679414e..2619578 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ requires-python = ">=3.8" [project.optional-dependencies] dev = [ "isort==5.12.0", - "mypy==1.7.0", + "mypy==1.7.1", "mypy-extensions>=0.4.3", "pre-commit>=2.20.0", "pylint",