From 33448161f6f5d513093801efef9a26d0e3cfb4a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 18:52:29 +0000 Subject: [PATCH] build(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.7.2) --- updated-dependencies: - dependency-name: pytest-playwright dependency-version: 0.7.2 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 0d881156d..31cf20c28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dev = [ "django-watchfiles>=1.4.0", "basedpyright>=1.34.0", "pytest-asyncio>=1.3.0", - "pytest-playwright>=0.5.0", + "pytest-playwright>=0.7.2", "ruff>=0.15.2", "djlint>=1.36.4", "aioresponses>=0.7.8",