diff --git a/pyproject.toml b/pyproject.toml index d4a0cdf..0783d53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.11" [tool.poetry.dev-dependencies] pytest = "7.4.3" pytest-cov = "^4.1.0" -ruff = "^0.0.291" +ruff = "^0.1.6" [tool.pytest.ini_options] testpaths = ["tests",]