From 3fdad0773ae08fa588aab1db5d85257c8bb9568d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 19:52:37 +0000 Subject: [PATCH] chore(deps-dev): update pytest-playwright requirement 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.5.0...v0.8.0) --- updated-dependencies: - dependency-name: pytest-playwright dependency-version: 0.8.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b68c01b..9cf0d61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ # against the deployed app to verify SSO + setup pipeline + security # fixes end-to-end. Optional: tests skip cleanly when not installed. "playwright>=1.40", - "pytest-playwright>=0.5", + "pytest-playwright>=0.8.0", ] [tool.uv]