From 9a4074fa2001cd828c2265a2b13807dd6347bf70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:52:47 +0000 Subject: [PATCH] Update playwright requirement from <2.0.0,>=1.56.0 to >=1.59.0,<2.0.0 Updates the requirements on [playwright](https://github.com/microsoft/playwright-python) to permit the latest version. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.56.0...v1.59.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.59.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-visual.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-visual.txt b/requirements-visual.txt index 609d38b..2dc58ad 100644 --- a/requirements-visual.txt +++ b/requirements-visual.txt @@ -1,4 +1,4 @@ # Codex SEO - Visual Workflow Dependencies # Optional for screenshots, visual analysis, and browser-backed checks. -playwright>=1.56.0,<2.0.0 +playwright>=1.59.0,<2.0.0