diff --git a/pyproject.toml b/pyproject.toml index 2721638..e507f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dev = [ "piqtree[typing]" ] test = ["pytest", "pytest-cov", "pytest-markdown-docs", "pytest-mock", "nox"] -lint = ["ruff==0.13.2"] +lint = ["ruff==0.14.0"] typing = ["mypy==1.18.2", "piqtree[stubs]", "piqtree[test]"] stubs = ["types-PyYAML", "types-requests"] extra = ["cogent3[extra]"]