From e582bddd5072ac2b82e581209be0f8ab792a6591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 07:23:49 +0000 Subject: [PATCH] chore(deps): bump playwright from 1.59.0 to 1.61.0 in /backend Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.59.0 to 1.61.0. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.59.0...v1.61.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.61.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 a91f012..81add7a 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "fastapi==0.136.3", "feedparser==6.0.10", "httpx==0.28.1", - "playwright==1.59.0", + "playwright==1.61.0", "playwright-stealth==1.0.6", "pydantic==2.13.3", "pydantic-settings==2.8.1",