diff --git a/tests/e2e/pyproject.toml b/tests/e2e/pyproject.toml index 81080fb03..9a3033037 100644 --- a/tests/e2e/pyproject.toml +++ b/tests/e2e/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.11" dependencies = [ "pytest>=9.1.1", "pytest-asyncio>=1.4.0", - "pytest-playwright>=0.8.0", + "pytest-playwright>=0.9.0", "pytest-timeout>=2.4.0", "playwright>=1.61.0", "aiohttp>=3.14.1",