diff --git a/pyproject.toml b/pyproject.toml index c80d63d..d994650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ lint = [ "pydocstyle[toml] == 6.3.0", ] test = ["coverage == 7.10.7", "pytest == 8.4.2"] -typing = ["mypy == 1.19.1"] +typing = ["mypy == 2.1.0"] [build-system] requires = ["hatchling", "hatch-vcs"]