diff --git a/template/pyproject.toml.j2 b/template/pyproject.toml.j2 index 290309d..980a704 100644 --- a/template/pyproject.toml.j2 +++ b/template/pyproject.toml.j2 @@ -113,7 +113,7 @@ pylint = "2.17.5" pytest = "7.4.0" pytest-asyncio = "0.21.1" pytest-cov = "4.1.0" -ruff = "0.0.281" +ruff = "0.0.284" yamllint = "1.32.0" [tool.coverage.run]