diff --git a/pyproject.toml b/pyproject.toml index 04b9c3a..d643f2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ docs = [ ] mypy = ["mypy==2.1.0"] pyright = ["basedpyright==1.39.5"] -ruff = ["ruff==0.15.13"] +ruff = ["ruff==0.15.14"] tests = [ "coverage>=7.6.12", "pytest>=8.3.4",