From 17ec3e9fbf0a7dfe85048529e8fe1b9b3807141d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 19:06:40 +0000 Subject: [PATCH] deps(deps): bump the ui-automation group across 1 directory with 2 updates Bumps the ui-automation group with 2 updates in the / directory: [playwright](https://github.com/microsoft/playwright-python) and [selenium](https://github.com/SeleniumHQ/Selenium). 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) Updates `selenium` from 4.43.0 to 4.44.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.43.0...selenium-4.44.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 - dependency-name: selenium dependency-version: 4.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui-automation ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 4 ++-- requirements/base.txt | 2 +- requirements/mobile.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/requirements.txt b/config/requirements.txt index 2e5bbe8..1ae1071 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) @@ -69,7 +69,7 @@ python-pptx==0.6.23 # [稳定层] PPTX 报告 + PRD pptx 输入 # ===== [可选] 移动端(10-移动测试)===== Appium-Python-Client==5.3.1 # [可选] Android/iOS 自动化 -selenium==4.43.0 # [可选] WebDriver 协议 +selenium==4.44.0 # [可选] WebDriver 协议 websocket-client==1.8.0 # [稳定层] 同步 WebSocket(小程序协议 + EXE WS 测试)—— 1.8 兼容 selenium 4.43 (~=1.8) websockets==12.0 # [稳定层] 异步 WebSocket(高并发性能测试) 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 diff --git a/requirements/mobile.txt b/requirements/mobile.txt index a09bdf5..41d3ce0 100644 --- a/requirements/mobile.txt +++ b/requirements/mobile.txt @@ -3,4 +3,4 @@ -r base.txt Appium-Python-Client==5.3.1 -selenium==4.43.0 +selenium==4.44.0