diff --git a/pyproject.toml b/pyproject.toml index 2be40ab..f397c5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ gspread = "^5.10.0" [tool.poetry.group.test.dependencies] pytest = "^7.0" pytest-cov = "^4.1" -pytest-asyncio = "^0.21.0" +pytest-asyncio = "^0.23.3" pytest-mock = "^3.11.1" pytest-loguru = "^0.2.0" pytest-playwright = "^0.4.2"