diff --git a/pyproject.toml b/pyproject.toml index b4a2653..90170cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ lint = [ "black==24.4.2", "isort==5.13.2", - "mypy==1.10.0", + "mypy==1.11.0", ] test = [ "pytest==7.2.0",