From 8c68e9811eaeea5dbb23a3051f4682a6aab20d12 Mon Sep 17 00:00:00 2001 From: Oleg Babin <8830475+olegrok@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:47:46 +0400 Subject: [PATCH] Allow to use pytest 9 New version was released - https://github.com/pytest-dev/pytest/releases/tag/9.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]