diff --git a/pyproject.toml b/pyproject.toml index 7e66a0b..b291dc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [{ name = "prlearn" }] dependencies = ["cryptography>=42"] [project.optional-dependencies] -test = ["pytest>=8"] +test = ["pytest>=9.0.3"] [project.scripts] prlearn = "prlearn.cli:main"