diff --git a/pyproject.toml b/pyproject.toml index c354581..8502c34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ docs = [ ] mypy = ["mypy==2.1.0"] pyright = ["basedpyright==1.39.4"] -ruff = ["ruff==0.15.12"] +ruff = ["ruff==0.15.13"] tests = [ "coverage>=7.6.12", "pytest>=8.3.4",