diff --git a/pyproject.toml b/pyproject.toml index 70b62dd1..f3ba8bdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ source = "https://github.com/priorlabs/tabpfn" dev = [ # Lint/format "pre-commit>=4.3.0", - "ruff==0.8.6", # This version must be the same as in .pre-commit-config.yaml + "ruff==0.14.0", # This version must be the same as in .pre-commit-config.yaml "mypy==1.18.2", # This version must be the same as in .pre-commit-config.yaml # Test "pytest>=8.4.2",