diff --git a/pyproject.toml b/pyproject.toml index 7caee86..d9d1119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ mypy = "^1.1" pytest = ">=7,<9" pytest-cov = ">=4,<8" tox = ">=3.23,<5.0" -ruff = ">=0.12,<0.16" +ruff = ">=0.12,<0.17" [build-system] build-backend = "poetry.core.masonry.api"