diff --git a/pyproject.toml b/pyproject.toml index 98dd5b67..aab15d40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ source = "https://github.com/priorlabs/tabpfn" dev = [ # Lint/format "pre-commit", - "ruff==0.8.6", # This version must be the same as in .pre-commit-config.yaml + "ruff==0.13.2", # This version must be the same as in .pre-commit-config.yaml "mypy==1.17.1", # This version must be the same as in .pre-commit-config.yaml # Test "pytest",