From 2cd2d5b1723d7c9aaadd4ea47eccaf9ef0024938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 11:30:01 +0000 Subject: [PATCH] chore(deps): update playwright requirement from >=1.49 to >=1.60.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.49.0...v1.60.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.60.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 4345be6..8eeea4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ 'typer>=0.12', 'mcp>=1.0', 'pydantic>=2.6', - 'playwright>=1.49', + 'playwright>=1.60.0', 'pillow>=10.0', ]