Skip to content

Commit 72ac5a0

Browse files
authored
Merge pull request #58 from openedx/bmtcril/fix_release
chore: Fix dev dependency on Tutor
2 parents 4d6f851 + a4d49b7 commit 72ac5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535

3636
[project.optional-dependencies]
3737
dev = [
38-
"tutor[dev] @ git+https://github.com/overhangio/tutor.git@main",
38+
"tutor[dev]>=21.0.0,<22.0.0",
3939
"ruff",
4040
]
4141

0 commit comments

Comments
 (0)