From b0e2e2cdcee8c5c75a3043b85eee893240eae7e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:26:13 +0000 Subject: [PATCH] Update pytest-playwright requirement from <0.8,>=0.7.0 to >=0.7.2,<0.8 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.7.0...v0.7.2) --- updated-dependencies: - dependency-name: pytest-playwright dependency-version: 0.7.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a5d8db..fa0a542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "pyqtgraph", # Dependencies only available from PyPI "bm3d-streak-removal>=0.2.0,<0.3", - "pytest-playwright>=0.7.0,<0.8", + "pytest-playwright>=0.7.2,<0.8", ] [project.optional-dependencies]