diff --git a/pyproject.toml b/pyproject.toml index 16dd4e4..0ff95d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dynamic = [ [project.optional-dependencies] dev = [ "pre-commit==3.7.1", - "mypy==1.10.0", + "mypy==1.10.1", ] test = [ "coverage[toml]==7.5.4",