diff --git a/pyproject.toml b/pyproject.toml index 92385be..9add0e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "jupyterlab", ] # Check ruff version is aligned with the one in .pre-commit-config.yaml -dev = ["build", "mypy", "pre-commit", "hatch", "ruff==0.7.1"] +dev = ["build", "mypy", "pre-commit", "hatch", "ruff==0.8.1"] [project.scripts] jupyter-builder = "jupyter_builder.main:main"