diff --git a/pyproject.toml b/pyproject.toml index a2c8db8..99206fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.11" [tool.poetry.group.dev.dependencies] pytest = "^9.0.1" pytest-cov = "^7.0.0" -ruff = "^0.14.3" +ruff = "^0.15.4" [tool.pytest.ini_options] testpaths = ["tests",]