Skip to content

Commit 17ec3e9

Browse files
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](microsoft/playwright-python@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](SeleniumHQ/selenium@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] <support@github.com>
1 parent ba833f3 commit 17ec3e9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

config/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pytest-playwright>=0.5.2 # [稳定层] Playwright 官方 pytest 插
1818
allure-pytest>=2.13.5 # [稳定层] Allure 报告
1919

2020
# ===== [稳定层] UI 自动化 =====
21-
playwright==1.59.0 # [稳定层] major 升级 dependabot 已锁
21+
playwright==1.60.0 # [稳定层] major 升级 dependabot 已锁
2222

2323
# ===== [稳定层] API 测试 =====
2424
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 输入
6969

7070
# ===== [可选] 移动端(10-移动测试)=====
7171
Appium-Python-Client==5.3.1 # [可选] Android/iOS 自动化
72-
selenium==4.43.0 # [可选] WebDriver 协议
72+
selenium==4.44.0 # [可选] WebDriver 协议
7373
websocket-client==1.8.0 # [稳定层] 同步 WebSocket(小程序协议 + EXE WS 测试)—— 1.8 兼容 selenium 4.43 (~=1.8)
7474
websockets==12.0 # [稳定层] 异步 WebSocket(高并发性能测试)
7575

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ allure-pytest>=2.13.5
1313
pytest-bdd==7.0.0
1414

1515
# UI 自动化
16-
playwright==1.59.0
16+
playwright==1.60.0
1717

1818
# API 测试
1919
requests==2.33.0

requirements/mobile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
-r base.txt
44

55
Appium-Python-Client==5.3.1
6-
selenium==4.43.0
6+
selenium==4.44.0

0 commit comments

Comments
 (0)