diff --git a/pyproject.toml b/pyproject.toml index a4a1c0f..76c9d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,9 @@ dev = [ "pytest==9.0.2", "pytest-cov==7.0.0", "mypy==1.19.1", - "ruff==0.14.13", + "ruff==0.14.14", "pre-commit==4.5.1", - "nbstripout==0.8.2", + "nbstripout==0.9.0", ] docs = [ "mkdocs==1.6.1",