From 54800f503445b93b584d529041bb54a47f44a948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 13:32:48 +0000 Subject: [PATCH] deps(pip): update pytest-playwright requirement from >=0.4.0 to >=0.7.2 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.4.0...v0.7.2) --- updated-dependencies: - dependency-name: pytest-playwright dependency-version: 0.7.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b366964..4ed73d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,4 +26,4 @@ pillow-heif>=0.13.0 pytest>=8.0.0 pytest-cov>=4.0.0 playwright>=1.40.0 -pytest-playwright>=0.4.0 +pytest-playwright>=0.7.2