From f7aaa724a032713d0c0a112652708861be1246b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:17:14 +0000 Subject: [PATCH] Update pytest-playwright requirement from <0.9,>=0.7.0 to >=0.7.0,<0.10 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.9.0) --- updated-dependencies: - dependency-name: pytest-playwright dependency-version: 0.9.0 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 a433940..e9895d8 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.9", + "pytest-playwright>=0.7.0,<0.10", ] [project.optional-dependencies]