diff --git a/pyproject.toml b/pyproject.toml index 4042356..a8c1502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ Documentation = "https://piqtree.readthedocs.io" [project.optional-dependencies] dev = ["cibuildwheel", "pybind11", "scriv", "piqtree[test]", "piqtree[lint]", "piqtree[typing]"] test = ["pytest", "pytest-cov", "nox"] -lint = ["ruff==0.11.8"] +lint = ["ruff==0.11.9"] typing = ["mypy==1.15.0", "piqtree[stubs]", "piqtree[test]"] stubs = ["types-PyYAML", "types-requests"] extra = ["cogent3[extra]"]