From e6bea9dad37afc9390868271f59f988296b7a6ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 05:49:00 +0000 Subject: [PATCH] chore(deps): bump playwright from 1.50.0 to 1.59.0 in /backend Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.50.0 to 1.59.0. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.50.0...v1.59.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.59.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 14e2f9e..aae9e99 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "fastapi==0.115.12", "feedparser==6.0.10", "httpx==0.28.1", - "playwright==1.50.0", + "playwright==1.59.0", "playwright-stealth==1.0.6", "pydantic==2.11.1", "pydantic-settings==2.8.1",