Skip to content

Commit 8c68e98

Browse files
authored
Allow to use pytest 9
New version was released - https://github.com/pytest-dev/pytest/releases/tag/9.0.0
1 parent fb9af7e commit 8c68e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ packages = [{ include = 'pytest_split', from = 'src' }]
3434

3535
[tool.poetry.dependencies]
3636
python = ">=3.8.1, <4.0"
37-
pytest = "^5 | ^6 | ^7 | ^8"
37+
pytest = "^5 | ^6 | ^7 | ^8 | ^9"
3838

3939

4040
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)