From b6bf8a147e650b65d2530f4e8836a1abd8176a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 20:02:33 +0000 Subject: [PATCH] chore(deps): update playwright-stealth requirement in /backend Updates the requirements on [playwright-stealth](https://github.com/Mattwmaster58/playwright_stealth) to permit the latest version. - [Changelog](https://github.com/Mattwmaster58/playwright_stealth/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mattwmaster58/playwright_stealth/compare/2.0.0...2.0.3) --- updated-dependencies: - dependency-name: playwright-stealth dependency-version: 2.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4a94f68..59a2069 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ openai>=1.10.0 # === 浏览器自动化 === playwright>=1.41.0 -playwright-stealth>=1.0.6 +playwright-stealth>=2.0.3 # === 数据库 === sqlalchemy>=2.0.0