diff --git a/pyproject.toml b/pyproject.toml index b1cd979..da26910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ testing = [ ] pre-commit = [ "pre-commit>=4.5,<5.0", - "ruff>=0.15,<0.16", + "ruff>=0.16,<0.17", "pylint>=4.0,<5.0", "rstcheck>=6.2,<7.0" ]