diff --git a/pyproject.toml b/pyproject.toml index 64f873c..44c4707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ ] test = [ - "pytest ~= 6.0", + "pytest >= 6,< 10", "pytest-cov", "freezegun", ]