diff --git a/pyproject.toml b/pyproject.toml index 7f5fa3b..299232a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,8 +43,8 @@ dev = [ {include-group = "docs"}, "pytest==9.0.3", "pytest-cov==7.1.0", - "mypy==1.20.2", - "ruff==0.15.11", + "mypy==2.0.0", + "ruff==0.15.12", "pre-commit==4.6.0", "nbstripout==0.9.1", ]