From 02fcdcb6ea1ad2cf512be3a896f347935d169206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 13:18:23 +0000 Subject: [PATCH] Build(deps): update pytest-playwright requirement in /tests/e2e Updates the requirements on [pytest-playwright](https://github.com/microsoft/playwright-pytest) to permit the latest version. - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: pytest-playwright dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/e2e/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",