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