diff --git a/pyproject.toml b/pyproject.toml index 299232a..9e02462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,11 +41,11 @@ docs = [ ] dev = [ {include-group = "docs"}, - "pytest==9.0.3", + "pytest==9.1.1", "pytest-cov==7.1.0", - "mypy==2.0.0", - "ruff==0.15.12", - "pre-commit==4.6.0", + "mypy==2.3.0", + "ruff==0.16.0", + "pre-commit==4.6.1", "nbstripout==0.9.1", ]