diff --git a/pyproject.toml b/pyproject.toml index 667e96b..64da341 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ packages = [{ include = 'pytest_split', from = 'src' }] [tool.poetry.dependencies] python = ">=3.8.1, <4.0" -pytest = "^5 | ^6 | ^7 | ^8" +pytest = "^5 | ^6 | ^7 | ^8 | ^9" [tool.poetry.dev-dependencies]