diff --git a/scripts/project-templates/standard/pyproject.toml b/scripts/project-templates/standard/pyproject.toml index 946e622..880d447 100644 --- a/scripts/project-templates/standard/pyproject.toml +++ b/scripts/project-templates/standard/pyproject.toml @@ -16,7 +16,7 @@ dev = [ # Code Quality "black>=24.1.0,<25.0.0", - "ruff>=0.2.0,<0.3.0", + "ruff>=0.2.0,<0.15.0", "mypy>=1.8.0,<2.0.0", "isort>=5.13.0,<6.0.0",