diff --git a/pyproject.toml b/pyproject.toml index 4b3da4f..fb88b9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.11" [tool.poetry.dev-dependencies] pytest = "^8.0.0" pytest-cov = "^4.1.0" -ruff = "^0.2.1" +ruff = "^0.3.0" [tool.pytest.ini_options] testpaths = ["tests",]