diff --git a/pyproject.toml b/pyproject.toml index 75371137..2fca6459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ numpy = [ { version = ">1.22.0,<2.0.0", markers = "python_version ~= '3.11'" }, { version = ">1.22.0,<2.0.0", markers = "python_version ~= '3.12'" }, ] -mypy = "==1.10.0" +mypy = "==1.10.1" pytest = "*" pytest-cov = "*" pytest-watch = "*"