diff --git a/pyproject.toml b/pyproject.toml index 61a7384..ef916a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "tutor[dev] @ git+https://github.com/overhangio/tutor.git@main", + "tutor[dev]>=21.0.0,<22.0.0", "ruff", ]