From 5f69bd969a0ba253f845ce50b159e502e5052993 Mon Sep 17 00:00:00 2001 From: Kirill Chernakov Date: Thu, 19 Dec 2024 16:00:05 +0400 Subject: [PATCH] update pytest --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8fc497f7d..2606373cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,12 +98,13 @@ black = "^24.3.0" isort = "^5.12.0" autopep8 = "^2.0.1" flake8 = "^6.0.0" -pytest = "^7.3.1" +pytest = "^8.2.0" coverage = "^7.2.2" pytest-mock = "^3.11.1" ruff = "^0.1.6" -pytest-docker = "^2.0.1" +pytest-docker = "^3.1.1" playwright = "^1.44.0" +pytest-asyncio = "^0.25.0" freezegun = "^1.5.1" pytest-timeout = "^2.3.1"