diff --git a/pyproject.toml b/pyproject.toml index f279438..d34af28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,9 +27,9 @@ classifiers = [ ] dependencies = [ - "tutor>=19.0.0,<20.0.0", + "tutor>=19.0.2,<20.0.0", ] -optional-dependencies = { dev = ["tutor[dev]>=19.0.0,<20.0.0"] } +optional-dependencies = { dev = ["tutor[dev]>=19.0.2,<20.0.0"] } # These fields will be set by hatch_build.py dynamic = ["version"]