From 8babcd147bb4af0f07fa7588c3670586af2afe75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:32:07 +0000 Subject: [PATCH] deps(deps): bump playwright Bumps the ui-automation group with 1 update in the / directory: [playwright](https://github.com/microsoft/playwright-python). Updates `playwright` from 1.59.0 to 1.60.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.59.0...v1.60.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui-automation ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/requirements.txt b/config/requirements.txt index 5e5a6a7..d60a1ae 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -18,7 +18,7 @@ pytest-playwright>=0.5.2 # [稳定层] Playwright 官方 pytest 插 allure-pytest>=2.13.5 # [稳定层] Allure 报告 # ===== [稳定层] UI 自动化 ===== -playwright==1.59.0 # [稳定层] major 升级 dependabot 已锁 +playwright==1.60.0 # [稳定层] major 升级 dependabot 已锁 # ===== [稳定层] API 测试 ===== requests==2.33.0 # [稳定层](修 CVE-2026-25645 extract_zipped_paths Insecure Temp File,2.32.4 仅修 netrc/verify) diff --git a/requirements/base.txt b/requirements/base.txt index 8992cef..3bf0e7e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -13,7 +13,7 @@ allure-pytest>=2.13.5 pytest-bdd==7.0.0 # UI 自动化 -playwright==1.59.0 +playwright==1.60.0 # API 测试 requests==2.33.0