diff --git a/pyproject.toml b/pyproject.toml index 692c1a2..d710fe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,11 +41,11 @@ docs = [ ] dev = [ {include-group = "docs"}, - "pytest==9.0.2", - "pytest-cov==7.0.0", - "mypy==1.19.1", - "ruff==0.15.7", - "pre-commit==4.5.1", + "pytest==9.0.3", + "pytest-cov==7.1.0", + "mypy==1.20.2", + "ruff==0.15.11", + "pre-commit==4.6.0", "nbstripout==0.9.1", ]