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"